Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/modules/if_ppp This also needs INET6!
details: https://anonhg.NetBSD.org/src/rev/51a56e14727b
branches: trunk
changeset: 356326:51a56e14727b
user: christos <christos%NetBSD.org@localhost>
date: Sun Sep 17 20:37:17 2017 +0000
description:
This also needs INET6!
XXX: pullup-8
diffstat:
sys/modules/if_ppp/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 258ad8b2de4e -r 51a56e14727b sys/modules/if_ppp/Makefile
--- a/sys/modules/if_ppp/Makefile Sun Sep 17 17:36:06 2017 +0000
+++ b/sys/modules/if_ppp/Makefile Sun Sep 17 20:37:17 2017 +0000
@@ -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 @@
IOCONF= ppp.ioconf
SRCS= if_ppp.c ppp_tty.c
-CPPFLAGS+= -DINET
+CPPFLAGS+= -DINET -DINET6
CPPFLAGS+= -DPPP_FILTER
CPPFLAGS+= -DPPP_DEFLATE
CPPFLAGS+= -DPPP_BSDCOMP
Home |
Main Index |
Thread Index |
Old Index