summaryrefslogtreecommitdiffstats
path: root/sys/modules/hatm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules/hatm/Makefile')
-rw-r--r--sys/modules/hatm/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/hatm/Makefile b/sys/modules/hatm/Makefile
index 5dcf11392..ec1a878 100644
--- a/sys/modules/hatm/Makefile
+++ b/sys/modules/hatm/Makefile
@@ -13,10 +13,10 @@ CFLAGS+= -DENABLE_BPF
.if !defined(KERNBUILDDIR)
opt_inet.h:
- echo "#define INET 1" > opt_inet.h
+ echo "#define INET 1" > ${.TARGET}
opt_natm.h:
- echo "#define NATM 1" > opt_natm.h
+ echo "#define NATM 1" > ${.TARGET}
.endif
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud