summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2002-03-26 16:05:14 +0000
committerru <ru@FreeBSD.org>2002-03-26 16:05:14 +0000
commitf6da61bcc93f7a3dfe3b92947914827a66b64a24 (patch)
tree85683be1d530a7aea0bbd16f73a2bf218c21b316 /Makefile.inc1
parent124c6d3a2681db60183934e41d92ed78ad107c78 (diff)
downloadFreeBSD-src-f6da61bcc93f7a3dfe3b92947914827a66b64a24.zip
FreeBSD-src-f6da61bcc93f7a3dfe3b92947914827a66b64a24.tar.gz
Install sys/security/lomac/*.h to /usr/include/security/lomac/.
Install sys/<arch>/include/pc/*.h to /usr/include/machine/pc/. PR: docs/29534 Install sys/netatm/*/*.h to /usr/include/netatm/*/. Don't install compatibility symlinks for <machine/soundcard.h> and <machine/joystick.h>. Three years is enough to be aware of the change, and these weren't visible in the SHARED=symlinks case. Back out include/Makefile,v 1.160 that was a null change anyway due to the bug in the path, and we now don't want to install these headers because they would otherwise be invisible in the SHARED=symlinks case. Don't install IPFILTER headers. Userland utilities fetch them directly, and they were not visible in the SHARED=symlinks case. Resurrect SHARED=symlinks in Makefile.inc1. PR: bin/28002 Prodded by: bde MFC after: 2 weeks
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc12
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 6ba1b12..17bc00a 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -281,7 +281,7 @@ buildworld:
@echo "--------------------------------------------------------------"
@echo ">>> stage 4: populating ${WORLDTMP}/usr/include"
@echo "--------------------------------------------------------------"
- cd ${.CURDIR}; ${WMAKE} SHARED=copies includes
+ cd ${.CURDIR}; ${WMAKE} SHARED=symlinks includes
@echo
@echo "--------------------------------------------------------------"
@echo ">>> stage 4: building libraries"
OpenPOWER on IntegriCloud