diff options
Diffstat (limited to 'sys/modules/linux/Makefile')
| -rw-r--r-- | sys/modules/linux/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/modules/linux/Makefile b/sys/modules/linux/Makefile index 58d5b11c555c..a598252ea44b 100644 --- a/sys/modules/linux/Makefile +++ b/sys/modules/linux/Makefile @@ -55,6 +55,9 @@ linux${SFX}_genassym.o: linux${SFX}_genassym.c linux.h @ machine .if !defined(KERNBUILDDIR) opt_inet6.h: echo "#define INET6 1" > opt_inet6.h +.if defined(KTR) +CFLAGS+= -DKTR +.endif .endif .include <bsd.kmod.mk> |
