Home | History | Annotate | Line # | Download | only in sppp_subr
      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 
      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 WARNS=		3
     15 
     16 .include <bsd.kmodule.mk>
     17