summaryrefslogtreecommitdiffstats
path: root/include/Makefile
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2002-03-21 09:15:39 +0000
committerru <ru@FreeBSD.org>2002-03-21 09:15:39 +0000
commitdea7dd81b76d83cb17c0c1e01fbef70c5c203b6a (patch)
tree2a46595d7dbcf62515f44f58ae1d572ede6a2581 /include/Makefile
parentc0ffe1791c52bb12277d5d8905c040d7754172e6 (diff)
downloadFreeBSD-src-dea7dd81b76d83cb17c0c1e01fbef70c5c203b6a.zip
FreeBSD-src-dea7dd81b76d83cb17c0c1e01fbef70c5c203b6a.tar.gz
Replaced hacks in sbin/Makefile,v 1.99 and usr.sbin/Makefile,v 1.217
with the NO_IPFILTER make.conf(5) knob. (So that we can "make the-rest-of-the-world" again.)
Diffstat (limited to 'include/Makefile')
-rw-r--r--include/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/Makefile b/include/Makefile
index 3df3f2a..40bb82f 100644
--- a/include/Makefile
+++ b/include/Makefile
@@ -113,11 +113,13 @@ copies:
${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 $i/*.h \
${DESTDIR}/usr/include/$i
.endfor
+.if !defined(NO_IPFILTER)
.if exists(${.CURDIR}/../sys/contrib/ipfilter/netinet)
cd ${.CURDIR}/../sys/contrib/ipfilter/netinet; \
${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 *.h \
${DESTDIR}/usr/include/netinet
.endif
+.endif
.if exists(${.CURDIR}/../sys/contrib/netsmb/include/netsmb)
cd ${.CURDIR}/../sys/contrib/netsmb/include/netsmb; \
${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${NETSMBHDRS} \
OpenPOWER on IntegriCloud