diff options
author | marcel <marcel@FreeBSD.org> | 1999-09-29 20:13:34 +0000 |
---|---|---|
committer | marcel <marcel@FreeBSD.org> | 1999-09-29 20:13:34 +0000 |
commit | 221c15bec1f15af57b4938585fa8b960a5f7cf87 (patch) | |
tree | 42fab29c3577b0be7a23caef00e584a0b81f20f0 /usr.bin/Makefile | |
parent | a77102446a7ed62892f4629f29c32047c3d43b72 (diff) | |
download | FreeBSD-src-221c15bec1f15af57b4938585fa8b960a5f7cf87.zip FreeBSD-src-221c15bec1f15af57b4938585fa8b960a5f7cf87.tar.gz |
Reconnect doscmd. It's been fixed.
Diffstat (limited to 'usr.bin/Makefile')
-rw-r--r-- | usr.bin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile index 42e4bda..4b49635 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> |