summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1998-05-29 05:15:47 +0000
committerjkh <jkh@FreeBSD.org>1998-05-29 05:15:47 +0000
commit3121ab6679bf3587191441f0437bd52c0c447c15 (patch)
treea022046a8ef84a883683763427694ddfeb00c06a /Makefile
parentfa9e386c33e883f7721f1ca5f007051ba9b299c1 (diff)
downloadFreeBSD-src-3121ab6679bf3587191441f0437bd52c0c447c15.zip
FreeBSD-src-3121ab6679bf3587191441f0437bd52c0c447c15.tar.gz
Whoops! Committed the wrong version of that file - here's the one which
works.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 1aa08df..d23843c 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.187 1998/05/28 13:20:35 peter Exp $
+# $Id: Makefile,v 1.188 1998/05/29 05:14:08 jkh Exp $
#
# While porting to the another architecture include the bootstrap instead
# of the normal build.
@@ -733,7 +733,6 @@ build-tools:
gnu/usr.bin/perl/perl \
gnu/usr.bin/sort \
gnu/usr.bin/texinfo \
- bin/sh
usr.bin/basename \
usr.bin/cap_mkdb \
usr.bin/chflags \
@@ -766,7 +765,8 @@ build-tools:
usr.bin/yacc \
usr.sbin/chown \
usr.sbin/mtree \
- usr.sbin/zic
+ usr.sbin/zic \
+ bin/sh
cd ${.CURDIR}/$d; ${MAKE} ${MK_FLAGS} ${_DEPEND}; \
${MAKE} ${MK_FLAGS} all; \
${MAKE} ${MK_FLAGS} -B install ${CLEANDIR} ${OBJDIR}
OpenPOWER on IntegriCloud