summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1997-04-02 17:10:16 +0000
committerache <ache@FreeBSD.org>1997-04-02 17:10:16 +0000
commit592271de9ab45def0266c4950d75cf975785f23e (patch)
tree7fd32afbf4b5e4e8309bf528d13d2f6494660961 /Makefile
parent4ff904472507a94dcfb8a9fbf4ee03cdec64f333 (diff)
downloadFreeBSD-src-592271de9ab45def0266c4950d75cf975785f23e.zip
FreeBSD-src-592271de9ab45def0266c4950d75cf975785f23e.tar.gz
Back out csu fix, because it was just fixed differently
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index ac69e74..1f19482 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.118 1997/02/23 15:50:34 peter Exp $
+# $Id: Makefile,v 1.119 1997/04/02 16:44:06 ache Exp $
#
# Make command line options:
# -DCLOBBER will remove /usr/include
@@ -401,7 +401,7 @@ includes:
cd ${.CURDIR}/eBones/lib/libkrb && ${MAKE} beforeinstall
cd ${.CURDIR}/eBones/lib/libkadm && ${MAKE} beforeinstall
.endif
- cd ${.CURDIR}/lib/csu/i386 && ${MAKE} all beforeinstall
+ cd ${.CURDIR}/lib/csu/i386 && ${MAKE} beforeinstall
cd ${.CURDIR}/lib/libc && ${MAKE} beforeinstall
cd ${.CURDIR}/lib/libcurses && ${MAKE} beforeinstall
cd ${.CURDIR}/lib/libedit && ${MAKE} beforeinstall
OpenPOWER on IntegriCloud