summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1994-08-16 02:55:14 +0000
committerjkh <jkh@FreeBSD.org>1994-08-16 02:55:14 +0000
commit2b71d5749cb1636302857779b595ceadc979f3fd (patch)
treeee99066adc58b98d2edcf92cc42deb74640615c2 /Makefile
parentd7a33d96222845cb0529979fd68638a5cec394f6 (diff)
downloadFreeBSD-src-2b71d5749cb1636302857779b595ceadc979f3fd.zip
FreeBSD-src-2b71d5749cb1636302857779b595ceadc979f3fd.tar.gz
Whoops, nuke libobjc until we have it too.
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 979b9fb..b824ae9 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.7 1994/08/14 16:52:44 jkh Exp $
+# $Id: Makefile,v 1.8 1994/08/14 16:53:33 jkh Exp $
#
# Make command line options:
# -DCLOBBER will remove /usr/include and MOST of /usr/lib
@@ -142,7 +142,7 @@ includes:
.endif
cd ${.CURDIR}/include && ${MAKE} install
#XXX cd ${.CURDIR}/gnu/lib/libg++ && ${MAKE} beforeinstall
- cd ${.CURDIR}/gnu/usr.bin/cc26/libobjc && ${MAKE} beforeinstall
+#XXX cd ${.CURDIR}/gnu/usr.bin/cc26/libobjc && ${MAKE} beforeinstall
.if !defined(NOCRYPT)
cd ${.CURDIR}/kerberosIV/include && ${MAKE} install
.endif
OpenPOWER on IntegriCloud