summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1998-05-29 05:14:08 +0000
committerjkh <jkh@FreeBSD.org>1998-05-29 05:14:08 +0000
commitfa9e386c33e883f7721f1ca5f007051ba9b299c1 (patch)
treec4858bf45ec25e6364447522f7816161bc99b2d3 /Makefile
parentcc4f50366331d175494d53eaa25080806ccc4bd3 (diff)
downloadFreeBSD-src-fa9e386c33e883f7721f1ca5f007051ba9b299c1.zip
FreeBSD-src-fa9e386c33e883f7721f1ca5f007051ba9b299c1.tar.gz
Move sh after awk in build tools - sh requires awk to build. Add id
to list of bootstrap tools. Submitted by: jhay
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 2c86a9f..1aa08df 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.186 1998/05/28 12:31:42 peter Exp $
+# $Id: Makefile,v 1.187 1998/05/28 13:20:35 peter Exp $
#
# While porting to the another architecture include the bootstrap instead
# of the normal build.
@@ -722,7 +722,6 @@ build-tools:
bin/mkdir \
bin/mv \
bin/rm \
- bin/sh \
bin/test \
gnu/usr.bin/awk \
gnu/usr.bin/bc \
@@ -734,6 +733,7 @@ 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 \
@@ -744,6 +744,7 @@ build-tools:
usr.bin/file2c \
usr.bin/find \
usr.bin/gencat \
+ usr.bin/id \
usr.bin/lorder \
usr.bin/m4 \
usr.bin/mkdep \
OpenPOWER on IntegriCloud