summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorrgrimes <rgrimes@FreeBSD.org>1994-09-12 05:17:15 +0000
committerrgrimes <rgrimes@FreeBSD.org>1994-09-12 05:17:15 +0000
commita0a5181ac5408828419e5078fbd76b318cff82dc (patch)
tree713090c5f632a8aee4b8c28602c8a0f38542b95b /Makefile
parentd2516625b3e529d0c2b3ebe023f33257284a6cb3 (diff)
downloadFreeBSD-src-a0a5181ac5408828419e5078fbd76b318cff82dc.zip
FreeBSD-src-a0a5181ac5408828419e5078fbd76b318cff82dc.tar.gz
Enable call to beforeinstall for libg++ and add one for libreadline.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 14d2ce9..07810ad 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.15 1994/09/03 02:38:28 paul Exp $
+# $Id: Makefile,v 1.16 1994/09/09 20:29:20 csgr Exp $
#
# Make command line options:
# -DCLOBBER will remove /usr/include and MOST of /usr/lib
@@ -163,8 +163,8 @@ includes:
chmod 755 ${DESTDIR}/usr/include
.endif
cd ${.CURDIR}/include && ${MAKE} install
-#XXX cd ${.CURDIR}/gnu/lib/libg++ && ${MAKE} beforeinstall
-#XXX cd ${.CURDIR}/gnu/usr.bin/cc/libobjc && ${MAKE} beforeinstall
+ cd ${.CURDIR}/gnu/lib/libreadline && ${MAKE} beforeinstall
+ cd ${.CURDIR}/gnu/lib/libg++ && ${MAKE} beforeinstall
.if exists(kerberosIV) && !defined(NOCRYPT) && !defined(NOKERBEROS)
cd ${.CURDIR}/kerberosIV/include && ${MAKE} install
.endif
OpenPOWER on IntegriCloud