diff options
author | wollman <wollman@FreeBSD.org> | 1995-01-19 22:31:17 +0000 |
---|---|---|
committer | wollman <wollman@FreeBSD.org> | 1995-01-19 22:31:17 +0000 |
commit | b1b8413d9a7ff65240c0d3fd615aeab46e70ff01 (patch) | |
tree | 077bff41ef1064af47a3681a9e93184d851b8904 /usr.bin | |
parent | 5628e49063908f93a30b4ad48e408f81c0217afc (diff) | |
download | FreeBSD-src-b1b8413d9a7ff65240c0d3fd615aeab46e70ff01.zip FreeBSD-src-b1b8413d9a7ff65240c0d3fd615aeab46e70ff01.tar.gz |
Added mk_cmds.
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile index 736881f..46e59d3 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.31 1994/12/13 19:48:51 ache Exp $ +# $Id: Makefile,v 1.32 1995/01/14 20:58:58 wollman Exp $ # XXX MISSING: deroff diction graph learn plot # ptx spell spline struct units xsend @@ -13,7 +13,7 @@ SUBDIR= apply ar at banner basename biff cal calendar \ fstat ftp gcore getopt gprof head hexdump host id indent ipcrm ipcs \ join jot kdump ktrace key keyinfo keyinit lam last \ lastcomm leave lex locate lock logger login logname lorder \ - lsvfs m4 mail make mesg mkdep mkfifo mklocale mkstr modstat \ + lsvfs m4 mail make mesg mkdep mkfifo mklocale mkstr mk_cmds modstat \ more msgs mt ncftp netstat nfsstat nice \ nm nohup pagesize passwd paste pr printenv printf quota ranlib rdist \ renice rev rlogin rpcgen rpcinfo rs rsh rup ruptime rusers rwall \ |