aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2001-11-02 23:48:32 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2001-11-02 23:48:32 +0000
commit2335a3d70a5254c4ac25647d2136ec20882eee73 (patch)
treea5227c25513549061b82614411a4c748185b1821
parent5bd4695b6495aadb19dc28dd9949149e1e681e82 (diff)
Notes
-rw-r--r--Makefile.inc12
-rw-r--r--gnu/usr.bin/Makefile2
-rw-r--r--usr.bin/Makefile1
3 files changed, 2 insertions, 3 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 7f11f80f6543c..454c0203c7a94 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -598,7 +598,7 @@ _libkrb5= kerberos5/lib/libasn1 kerberos5/lib/libhdb kerberos5/lib/libsl
build-tools:
.for _tool in bin/csh bin/sh ${_games} gnu/usr.bin/cc/cc_tools ${_fortran} \
- ${_perl} ${_libroken4} ${_libkrb5} lib/libncurses ${_share} usr.bin/awk \
+ ${_perl} ${_libroken4} ${_libkrb5} lib/libncurses ${_share} \
usr.bin/file usr.sbin/sysinstall
cd ${.CURDIR}/${_tool}; ${MAKE} build-tools
.endfor
diff --git a/gnu/usr.bin/Makefile b/gnu/usr.bin/Makefile
index d342b0ca2bdb0..694f38a863367 100644
--- a/gnu/usr.bin/Makefile
+++ b/gnu/usr.bin/Makefile
@@ -1,6 +1,6 @@
# $FreeBSD$
-SUBDIR= bc binutils cc cpio dc dialog diff diff3 gperf \
+SUBDIR= awk bc binutils cc cpio dc dialog diff diff3 gperf \
grep groff gzip man patch ptx rcs sdiff send-pr sort tar texinfo
.if !defined(NO_CVS)
diff --git a/usr.bin/Makefile b/usr.bin/Makefile
index 8c4a2fdf550a6..34d9ab1e31554 100644
--- a/usr.bin/Makefile
+++ b/usr.bin/Makefile
@@ -9,7 +9,6 @@
#
SUBDIR= apply \
at \
- awk \
banner \
basename \
biff \