Module Name: src
Committed By: njoly
Date: Tue Jan 28 10:54:45 UTC 2014
Modified Files:
src/sys/rump/kern/lib/libsys_linux: Makefile
Log Message:
Build with IPv6 support.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/rump/kern/lib/libsys_linux/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/rump/kern/lib/libsys_linux/Makefile
diff -u src/sys/rump/kern/lib/libsys_linux/Makefile:1.4 src/sys/rump/kern/lib/libsys_linux/Makefile:1.5
--- src/sys/rump/kern/lib/libsys_linux/Makefile:1.4 Sat Jan 25 10:40:40 2014
+++ src/sys/rump/kern/lib/libsys_linux/Makefile Tue Jan 28 10:54:45 2014
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2014/01/25 10:40:40 njoly Exp $
+# $NetBSD: Makefile,v 1.5 2014/01/28 10:54:45 njoly Exp $
#
.PATH: ${.CURDIR}/../../../../compat/linux/common
@@ -15,6 +15,7 @@ SRCS+= rump_linux_sysent.c component.c l
# XXX
CPPFLAGS+= -I${.CURDIR} -I${RUMPTOP}/librump/rumpkern
+CPPFLAGS+= -DINET6
.include <bsd.lib.mk>
.include <bsd.klinks.mk>