aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorMarcel Moolenaar <marcel@FreeBSD.org>1999-09-29 20:13:34 +0000
committerMarcel Moolenaar <marcel@FreeBSD.org>1999-09-29 20:13:34 +0000
commit7256d29cc46d3c0056c69117e5760f42773f4d03 (patch)
treeaee3e824c19b8935ebe0a2c093221a696ecff1f7 /usr.bin
parent16df98ecc6734950474fa5627cfa53b07a095214 (diff)
downloadsrc-7256d29cc46d3c0056c69117e5760f42773f4d03.tar.gz
src-7256d29cc46d3c0056c69117e5760f42773f4d03.zip
Reconnect doscmd. It's been fixed.
Notes
Notes: svn path=/head/; revision=51800
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile
index 42e4bda33278..4b49635a60cf 100644
--- a/usr.bin/Makefile
+++ b/usr.bin/Makefile
@@ -209,6 +209,7 @@ SUBDIR+=telnet
# Things that don't compile on alpha or are aout specific:
SUBDIR+=ar \
brandelf \
+ doscmd \
gcore \
gprof4 \
nm \
@@ -217,7 +218,6 @@ SUBDIR+=ar \
size \
strings \
strip
-# doscmd \
.endif
.include <bsd.subdir.mk>