summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1997-04-02 17:10:16 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1997-04-02 17:10:16 +0000
commit0017e6c0ba0f55d448f5b096ed5b89af88fcddfa (patch)
tree8d51362b0b6afc7a354ba2168616389c2bed4ba9
parentb79c6a8603b930cbc74c944cddfb9743838d2dc5 (diff)
Notes
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index ac69e74bf12e..1f19482d98de 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