summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1994-08-14 16:52:44 +0000
committerjkh <jkh@FreeBSD.org>1994-08-14 16:52:44 +0000
commit98502e443dc12c648ea5e01e732dc517c4825a1e (patch)
tree8d11394c3b8459cba154376de10e7b636e9c8c18 /Makefile
parent4df29b575ab0f6aea66442ac37ad32e3f81d06cb (diff)
downloadFreeBSD-src-98502e443dc12c648ea5e01e732dc517c4825a1e.zip
FreeBSD-src-98502e443dc12c648ea5e01e732dc517c4825a1e.tar.gz
Kill an errant libg++ entry.
Submitted by: jkh
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index ceb312e..c9a75f8 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
#
-# $Id$
+# $Id: Makefile,v 1.6 1994/08/13 22:47:28 jkh Exp $
#
# Make command line options:
# -DCLOBBER will remove /usr/include and MOST of /usr/lib
@@ -141,7 +141,7 @@ includes:
chmod 755 ${DESTDIR}/usr/include
.endif
cd ${.CURDIR}/include && ${MAKE} install
- cd ${.CURDIR}/gnu/lib/libg++ && ${MAKE} beforeinstall
+#XXX cd ${.CURDIR}/gnu/lib/libg++ && ${MAKE} beforeinstall
cd ${.CURDIR}/gnu/usr.bin/cc/libobjc && ${MAKE} beforeinstall
.if !defined(NOCRYPT)
cd ${.CURDIR}/kerberosIV/include && ${MAKE} install
OpenPOWER on IntegriCloud