summaryrefslogtreecommitdiffstats
path: root/share/mk/sys.mk
diff options
context:
space:
mode:
authorscottl <scottl@FreeBSD.org>2005-04-27 14:13:55 +0000
committerscottl <scottl@FreeBSD.org>2005-04-27 14:13:55 +0000
commit00028d2c5b91757e8d65024214adfbac51e4528f (patch)
tree6abc7c2fb28969109efd9e463a44b8b739640d03 /share/mk/sys.mk
parent271aaadf53fd4e1259d25c73ec9fc6e9504860f1 (diff)
downloadFreeBSD-src-00028d2c5b91757e8d65024214adfbac51e4528f.zip
FreeBSD-src-00028d2c5b91757e8d65024214adfbac51e4528f.tar.gz
Disable the IPFILTER bits until they compile again. This can be overriden
by adding WANT_IPFILTER to /etc/make.conf. Note that this is only a partial hack and only works when building the world and kernel the 'sanctioned' way. I hope that this hack is only temporary and can be reverted soon.
Diffstat (limited to 'share/mk/sys.mk')
-rw-r--r--share/mk/sys.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/share/mk/sys.mk b/share/mk/sys.mk
index da58f8e..ac7ebb9 100644
--- a/share/mk/sys.mk
+++ b/share/mk/sys.mk
@@ -265,6 +265,11 @@ __MAKE_CONF?=/etc/make.conf
.include "${__MAKE_CONF}"
.endif
+# XXX Hack until IPFILTER is buildable again.
+.if !defined(WANT_IPFILTER)
+NO_IPFILTER=
+.endif
+
# Default executable format
# XXX hint for bsd.port.mk
OBJFORMAT?= elf
OpenPOWER on IntegriCloud