Module Name: src Committed By: christos Date: Sun Sep 17 20:37:17 UTC 2017
Modified Files: src/sys/modules/if_ppp: Makefile Log Message: This also needs INET6! XXX: pullup-8 To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/modules/if_ppp/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/modules/if_ppp/Makefile diff -u src/sys/modules/if_ppp/Makefile:1.1 src/sys/modules/if_ppp/Makefile:1.2 --- src/sys/modules/if_ppp/Makefile:1.1 Sat Aug 6 02:06:54 2016 +++ src/sys/modules/if_ppp/Makefile Sun Sep 17 16:37:17 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2016/08/06 06:06:54 christos Exp $ +# $NetBSD: Makefile,v 1.2 2017/09/17 20:37:17 christos Exp $ .include "../Makefile.inc" @@ -8,7 +8,7 @@ KMOD= if_ppp IOCONF= ppp.ioconf SRCS= if_ppp.c ppp_tty.c -CPPFLAGS+= -DINET +CPPFLAGS+= -DINET -DINET6 CPPFLAGS+= -DPPP_FILTER CPPFLAGS+= -DPPP_DEFLATE CPPFLAGS+= -DPPP_BSDCOMP