diff options
| author | Dmitry Chagin <dchagin@FreeBSD.org> | 2009-05-07 10:01:05 +0000 |
|---|---|---|
| committer | Dmitry Chagin <dchagin@FreeBSD.org> | 2009-05-07 10:01:05 +0000 |
| commit | 4ec3ea90ebe846c9edd4c13ff5527420a52f3d1e (patch) | |
| tree | d335a53e219dd0e34e039eb0201e19116eff0d22 /sys/modules/linux | |
| parent | 13f20d7e8607cbd09df8ec9f82eaea86874e4af2 (diff) | |
Notes
Diffstat (limited to 'sys/modules/linux')
| -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 0995c3aedb43..b2bdd97f9f53 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" > ${.TARGET} +.if defined(KTR) +CFLAGS+= -DKTR +.endif .endif .include <bsd.kmod.mk> |
