Home | History | Annotate | Line # | Download | only in sppp_subr
Makefile revision 1.1
      1 # $NetBSD: Makefile,v 1.1 2016/08/06 22:03:45 pgoyette 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 .include <bsd.kmodule.mk>
     15