diff options
| author | Warner Losh <imp@FreeBSD.org> | 2008-09-01 23:59:00 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2008-09-01 23:59:00 +0000 |
| commit | 9e51595ce660d915899019d03075d8c17f3732d3 (patch) | |
| tree | f3879290a2a415b707c0fc6df509bc783d30abf6 /sys/modules/linux/Makefile | |
| parent | eaeb50d411b0b61ad58228701d5dea647746f678 (diff) | |
Notes
Diffstat (limited to 'sys/modules/linux/Makefile')
| -rw-r--r-- | sys/modules/linux/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/linux/Makefile b/sys/modules/linux/Makefile index 58d5b11c555c..82eb0561900d 100644 --- a/sys/modules/linux/Makefile +++ b/sys/modules/linux/Makefile @@ -54,7 +54,7 @@ linux${SFX}_genassym.o: linux${SFX}_genassym.c linux.h @ machine .if !defined(KERNBUILDDIR) opt_inet6.h: - echo "#define INET6 1" > opt_inet6.h + echo "#define INET6 1" > ${.TARGET} .endif .include <bsd.kmod.mk> |
