NetBSD/sys/modules/sppp_subr/Makefile
2016-08-06 22:03:45 +00:00

15 lines
280 B
Makefile

# $NetBSD: Makefile,v 1.1 2016/08/06 22:03:45 pgoyette Exp $
.include "../Makefile.inc"
.PATH: ${S}/net
KMOD= sppp_subr
SRCS= if_spppsubr.c
CPPFLAGS+= -DINET
CPPFLAGS+= -DINET6
#CPPFLAGS+= -DIPV6CP_MYIFID_DYN # Will not build if this is enabled!
.include <bsd.kmodule.mk>