diff options
| author | Yaroslav Tykhiy <ytykhiy@gmail.com> | 2006-02-10 00:38:08 +0000 |
|---|---|---|
| committer | Yaroslav Tykhiy <ytykhiy@gmail.com> | 2006-02-10 00:38:08 +0000 |
| commit | f6ee2913053fae980acb28ff2a09726dcfc90ff0 (patch) | |
| tree | c2e34ba259cb8716201a2cc717f64121fa050c9c /sys/modules/linux | |
| parent | 55d6ab05352b64004f8bc8f8f8d66d4f726a7e2d (diff) | |
Notes
Diffstat (limited to 'sys/modules/linux')
| -rw-r--r-- | sys/modules/linux/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/modules/linux/Makefile b/sys/modules/linux/Makefile index e446790c0a27..213fa4d5e80c 100644 --- a/sys/modules/linux/Makefile +++ b/sys/modules/linux/Makefile @@ -37,10 +37,12 @@ linux_locore.o: linux_locore.s linux_assym.h 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 .include <bsd.kmod.mk> |
