1# $NetBSD: Makefile,v 1.2 2019/02/17 04:05:58 rin 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 14WARNS= 3 15 16.include <bsd.kmodule.mk> 17