diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1998-05-29 05:14:08 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1998-05-29 05:14:08 +0000 |
| commit | 873e8456730ce0b4738e35726cc4496fd7f9929e (patch) | |
| tree | 5d443a486db4fb22502d79a4d54b4bb71d0b734d /Makefile | |
| parent | 1662ac242723fb48d429e39c6dd665f846575e34 (diff) | |
Notes
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile index 2c86a9fed112c..1aa08dfea4c8c 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 \ |
