summaryrefslogtreecommitdiffstats
path: root/sys/modules/arcnet/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules/arcnet/Makefile')
-rw-r--r--sys/modules/arcnet/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/modules/arcnet/Makefile b/sys/modules/arcnet/Makefile
index ab1d961..a4bac23 100644
--- a/sys/modules/arcnet/Makefile
+++ b/sys/modules/arcnet/Makefile
@@ -16,10 +16,12 @@ EXPORT_SYMS= arc_frag_init \
arc_output \
arc_storelladdr
+.if !defined(KERNBUILDDIR)
opt_inet.h opt_inet6.h:
echo "#define INET 1" > ${.TARGET}
opt_ipx.h:
echo "#define IPX 1" > ${.TARGET}
+.endif
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud