summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 2db8844..9e223f8 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.134 1997/08/12 10:12:56 asami Exp $
+# $Id: Makefile,v 1.135 1997/08/17 21:14:22 andreas Exp $
#
# Make command line options:
# -DCLOBBER will remove /usr/include
@@ -441,7 +441,7 @@ includes:
mtree -deU -f ${.CURDIR}/etc/mtree/BSD.include.dist \
-p ${DESTDIR}/usr/include
.endif
- cd ${.CURDIR}/include && ${MAKE} all install
+ cd ${.CURDIR}/include && ${MAKE} all installhdrs symlinks
cd ${.CURDIR}/gnu/include && ${MAKE} install
cd ${.CURDIR}/gnu/lib/libreadline && ${MAKE} beforeinstall
cd ${.CURDIR}/gnu/lib/libregex && ${MAKE} beforeinstall
OpenPOWER on IntegriCloud