Makefile revision 1.1
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 7KMOD= if_pppoe 8IOCONF= pppoe.ioconf 9SRCS= if_pppoe.c 10 11CPPFLAGS+= -DPPPOE_SERVER 12#CPPFLAGS+= -DPPPOE_TERM_UNKNOWN_SESSIONS # This should not be 13 # enabled by default 14 15.include <bsd.kmodule.mk> 16