diff options
author | jlemon <jlemon@FreeBSD.org> | 1997-08-18 18:51:46 +0000 |
---|---|---|
committer | jlemon <jlemon@FreeBSD.org> | 1997-08-18 18:51:46 +0000 |
commit | 63c7a9d9e03147630260a4e5eb238fc487329917 (patch) | |
tree | 4eb4cab02dab90f213af05f2437bce4dc8b17afc /usr.bin/Makefile | |
parent | 9248552ead7b4c914f9b87b5ccbb814123c8e25f (diff) | |
download | FreeBSD-src-63c7a9d9e03147630260a4e5eb238fc487329917.zip FreeBSD-src-63c7a9d9e03147630260a4e5eb238fc487329917.tar.gz |
Add doscmd.
Diffstat (limited to 'usr.bin/Makefile')
-rw-r--r-- | usr.bin/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile index 1da7a93..3f2c030 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.3 (Berkeley) 1/7/94 -# $Id: Makefile,v 1.86 1997/07/05 14:22:14 peter Exp $ +# $Id: Makefile,v 1.87 1997/07/19 15:18:15 jfieber Exp $ # XXX MISSING: deroff diction graph learn plot # spell spline struct units xsend @@ -9,7 +9,8 @@ SUBDIR= apply ar at banner basename biff brandelf cal calendar \ cap_mkdb chat checknr chflags chpass cksum col colcrt colldef colrm \ column comm compile_et compress chkey cpp ctags cut dig \ - dirname dnsquery du ee env error expand f2c false fetch file file2c \ + dirname dnsquery doscmd du ee env error expand \ + f2c false fetch file file2c \ find finger fmt fold fpr from fsplit fstat ftp gcore gencat getopt \ global gprof head hexdump host id indent ipcrm ipcs \ join jot kdump ktrace key keyinfo keyinit keylogin keylogout killall \ |