summaryrefslogtreecommitdiffstats
path: root/sys/modules/if_ef/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules/if_ef/Makefile')
-rw-r--r--sys/modules/if_ef/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/modules/if_ef/Makefile b/sys/modules/if_ef/Makefile
index 03e1e50..3e6ef70 100644
--- a/sys/modules/if_ef/Makefile
+++ b/sys/modules/if_ef/Makefile
@@ -16,6 +16,7 @@ ETHER_SNAP=
CFLAGS+= -DEF_DEBUG
.endif
+.if !defined(KERNBUILDDIR)
opt_inet.h:
echo "#define INET 1" > opt_inet.h
@@ -28,5 +29,6 @@ opt_ef.h:
echo "#define ${frame} 1" >> opt_ef.h
.endif
.endfor
+.endif
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud