summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1994-11-08 00:55:08 +0000
committerache <ache@FreeBSD.org>1994-11-08 00:55:08 +0000
commitaedfc018a19352be69ba090713799c195001a64c (patch)
treee35e97dd24f2df8ceb9e44af05995cad001a8db1 /Makefile
parente0333db7f07a9fc54bdcb937c7ffaa91420fc097 (diff)
downloadFreeBSD-src-aedfc018a19352be69ba090713799c195001a64c.zip
FreeBSD-src-aedfc018a19352be69ba090713799c195001a64c.tar.gz
Add gnu/include to includes target
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d253ebd..9bc06e6 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.27 1994/10/15 21:19:56 wollman Exp $
+# $Id: Makefile,v 1.28 1994/11/01 19:52:38 pst Exp $
#
# Make command line options:
# -DCLOBBER will remove /usr/include and MOST of /usr/lib
@@ -206,6 +206,7 @@ includes:
chmod 755 ${DESTDIR}/usr/include
.endif
cd ${.CURDIR}/include && ${MAKE} install
+ cd ${.CURDIR}/gnu/include && ${MAKE} install
cd ${.CURDIR}/gnu/lib/libreadline && ${MAKE} beforeinstall
cd ${.CURDIR}/gnu/lib/libg++ && ${MAKE} beforeinstall
cd ${.CURDIR}/gnu/lib/libdialog && ${MAKE} beforeinstall
OpenPOWER on IntegriCloud