summaryrefslogtreecommitdiffstats
path: root/usr.bin/Makefile
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>2002-07-16 22:16:05 +0000
committerwollman <wollman@FreeBSD.org>2002-07-16 22:16:05 +0000
commitb5e36ca81380b2e4d30599db84eb0baf81cefba1 (patch)
tree9cc07624d64893a546207657e471464e0a26908c /usr.bin/Makefile
parent2183121c4b5216debf88b82ce5335016fc4cd183 (diff)
downloadFreeBSD-src-b5e36ca81380b2e4d30599db84eb0baf81cefba1.zip
FreeBSD-src-b5e36ca81380b2e4d30599db84eb0baf81cefba1.tar.gz
A little bit more thought has resulted in a generic script which can
implement any of the useless POSIX-required ``regular shell builtin'' utilities, saving one frag and one inode each. The script moves to usr.bin/alias which is alphabetically the first of these commands.
Diffstat (limited to 'usr.bin/Makefile')
-rw-r--r--usr.bin/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile
index d23ea17..87f6297 100644
--- a/usr.bin/Makefile
+++ b/usr.bin/Makefile
@@ -7,7 +7,8 @@
# XXX Use GNU versions: apropos bc dc diff grep ld man patch whatis
# Moved to secure: bdes
#
-SUBDIR= apply \
+SUBDIR= alias \
+ apply \
asa \
at \
awk \
@@ -20,7 +21,6 @@ SUBDIR= apply \
calendar \
cap_mkdb \
catman \
- cd \
chat \
checknr \
chflags \
@@ -33,7 +33,6 @@ SUBDIR= apply \
colrm \
column \
comm \
- command \
compile_et \
compress \
csplit \
OpenPOWER on IntegriCloud