summaryrefslogtreecommitdiffstats
path: root/include/Makefile
diff options
context:
space:
mode:
authorjlemon <jlemon@FreeBSD.org>2001-06-07 04:06:21 +0000
committerjlemon <jlemon@FreeBSD.org>2001-06-07 04:06:21 +0000
commit1c01a56a7da8f7018668e941e146057dba8a31c1 (patch)
treefdbb2401772838cf389079cb0187e6a57614b9d7 /include/Makefile
parentc1df44ae51f0e038d79f66d82849ae33f48b5c94 (diff)
downloadFreeBSD-src-1c01a56a7da8f7018668e941e146057dba8a31c1.zip
FreeBSD-src-1c01a56a7da8f7018668e941e146057dba8a31c1.tar.gz
Relocate IPFilter from sys/netinet to sys/contrib/ipfilter.
Diffstat (limited to 'include/Makefile')
-rw-r--r--include/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/Makefile b/include/Makefile
index c08032c..61f21fb 100644
--- a/include/Makefile
+++ b/include/Makefile
@@ -112,10 +112,10 @@ copies:
${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 $i/*.h \
${DESTDIR}/usr/include/$i
.endfor
-.if exists(${.CURDIR}/../sys/${MACHINE_ARCH}/include)
- cd ${.CURDIR}/../sys/${MACHINE_ARCH}/include; \
+.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/machine
+ ${DESTDIR}/usr/include/netinet
.endif
.for i in ${SFILES}
ln -sf ../sys/$i ${DESTDIR}/usr/include/machine/$i
OpenPOWER on IntegriCloud