diff options
Diffstat (limited to 'sys/modules/linux/Makefile')
-rw-r--r-- | sys/modules/linux/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/modules/linux/Makefile b/sys/modules/linux/Makefile index 88889c7..18f5381 100644 --- a/sys/modules/linux/Makefile +++ b/sys/modules/linux/Makefile @@ -6,7 +6,7 @@ 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_inet6.h opt_mac.h \ + linux_util.c opt_inet6.h opt_mac.h \ vnode_if.h OBJS= linux_locore.o @@ -38,9 +38,6 @@ linux_genassym.o: linux_genassym.c linux.h @ machine ${CC} -c ${CFLAGS:N-fno-common} ${.IMPSRC} .if !defined(KERNBUILDDIR) -opt_compat.h: - echo "#define COMPAT_43 1" > opt_compat.h - opt_inet6.h: echo "#define INET6 1" > opt_inet6.h .endif |