summaryrefslogtreecommitdiff
path: root/sys/modules
diff options
context:
space:
mode:
authorDmitry Chagin <dchagin@FreeBSD.org>2009-05-26 13:37:05 +0000
committerDmitry Chagin <dchagin@FreeBSD.org>2009-05-26 13:37:05 +0000
commit3252c37a8145c267bb3bc1ccdb1e1907debb8086 (patch)
treeccdcb3d84c81e94af004df502ea1be1a4a57b990 /sys/modules
parent76ff5e9f8fa97b8d0b2ef84213caa1d1d32e5928 (diff)
Notes
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/linux/Makefile3
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>