aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRodney W. Grimes <rgrimes@FreeBSD.org>1994-09-12 05:17:15 +0000
committerRodney W. Grimes <rgrimes@FreeBSD.org>1994-09-12 05:17:15 +0000
commit499fec7faf0f9d8cfc2f6f692dbb65f8d3c577a6 (patch)
tree713090c5f632a8aee4b8c28602c8a0f38542b95b /Makefile
parent2276db83cf46766fbfc3edd496c7cf0cacb64847 (diff)
downloadsrc-499fec7faf0f9d8cfc2f6f692dbb65f8d3c577a6.tar.gz
src-499fec7faf0f9d8cfc2f6f692dbb65f8d3c577a6.zip
Enable call to beforeinstall for libg++ and add one for libreadline.
Notes
Notes: svn path=/head/; revision=2685
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 14d2ce9fb02c..07810ada6540 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