1# $NetBSD: Makefile,v 1.1 2016/08/06 22:03:45 pgoyette Exp $ 2 3.include "../Makefile.inc" 4 5.PATH: ${S}/net 6 7KMOD= sppp_subr 8SRCS= if_spppsubr.c 9 10CPPFLAGS+= -DINET 11CPPFLAGS+= -DINET6 12#CPPFLAGS+= -DIPV6CP_MYIFID_DYN # Will not build if this is enabled! 13 14.include <bsd.kmodule.mk> 15