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