1 # $NetBSD: Makefile,v 1.1 2016/08/06 23:46:30 pgoyette Exp $ 2 3 .include "../Makefile.inc" 4 5 .PATH: ${S}/net 6 7 KMOD= if_pppoe 8 IOCONF= pppoe.ioconf 9 SRCS= if_pppoe.c 10 11 CPPFLAGS+= -DPPPOE_SERVER 12 #CPPFLAGS+= -DPPPOE_TERM_UNKNOWN_SESSIONS # This should not be 13 # enabled by default 14 15 .include <bsd.kmodule.mk> 16