summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authorume <ume@FreeBSD.org>2003-02-03 17:43:20 +0000
committerume <ume@FreeBSD.org>2003-02-03 17:43:20 +0000
commit9689f0580db3e8ffcfba46b99c0b3a370eb9524c (patch)
tree12fdd397d2e275e003d34c4e95a5f1b85596504c /sys/modules
parent56a5dfaa24349bed857b3805b98341abc2ffd79b (diff)
downloadFreeBSD-src-9689f0580db3e8ffcfba46b99c0b3a370eb9524c.zip
FreeBSD-src-9689f0580db3e8ffcfba46b99c0b3a370eb9524c.tar.gz
Add IPv6 support for Linuxlator.
Reviewed by: dwmalone MFC after: 10 days
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/linux/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/sys/modules/linux/Makefile b/sys/modules/linux/Makefile
index 63653f8..3cbaef3 100644
--- a/sys/modules/linux/Makefile
+++ b/sys/modules/linux/Makefile
@@ -8,8 +8,8 @@ KMOD= linux
SRCS= linux_dummy.c linux_file.c linux_getcwd.c linux_ioctl.c linux_ipc.c \
linux_machdep.c linux_mib.c linux_misc.c linux_signal.c linux_socket.c \
linux_stats.c linux_sysctl.c linux_sysent.c linux_sysvec.c \
- linux_util.c opt_compat.h opt_linux.h opt_mac.h opt_vmpage.h \
- vnode_if.h
+ linux_util.c opt_compat.h opt_inet6.h opt_linux.h opt_mac.h \
+ opt_vmpage.h vnode_if.h
OBJS= linux_locore.o
.if ${MACHINE_ARCH} == "i386"
@@ -42,4 +42,7 @@ linux_genassym.o: linux_genassym.c linux.h @ machine
opt_compat.h:
echo "#define COMPAT_43 1" > opt_compat.h
+opt_inet6.h:
+ echo "#define INET6 1" > opt_inet6.h
+
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud