diff options
| author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2003-02-03 17:43:20 +0000 |
|---|---|---|
| committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2003-02-03 17:43:20 +0000 |
| commit | ca26842e2af2aee467420feb874f83627c5c7027 (patch) | |
| tree | 12fdd397d2e275e003d34c4e95a5f1b85596504c /sys/modules/linux | |
| parent | 12e4397ea3c43d1be4d5c457cc328c1920d86e25 (diff) | |
Notes
Diffstat (limited to 'sys/modules/linux')
| -rw-r--r-- | sys/modules/linux/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sys/modules/linux/Makefile b/sys/modules/linux/Makefile index 63653f83a453..3cbaef3d1fd0 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> |
