summaryrefslogtreecommitdiffstats
path: root/sys/modules/if_tap/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules/if_tap/Makefile')
-rw-r--r--sys/modules/if_tap/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/if_tap/Makefile b/sys/modules/if_tap/Makefile
index c138e71..b993093 100644
--- a/sys/modules/if_tap/Makefile
+++ b/sys/modules/if_tap/Makefile
@@ -12,7 +12,7 @@ opt_compat.h:
echo "#define COMPAT_FREEBSD6 1" > ${.TARGET}
opt_inet.h:
- echo "#define INET 1" > opt_inet.h
+ echo "#define INET 1" > ${.TARGET}
.endif
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud