diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-03-30 12:49:25 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-03-30 12:49:25 +0000 |
| commit | db2a3eb2aa2b9ca3b10b2647978e0df64d6b021c (patch) | |
| tree | 8baca9bbd84f3072c58577f23ec6b8e4e5c59701 | |
| parent | 4633c1ace82291f1e493d9e8988be7b1e5d96200 (diff) | |
Notes
| -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 530c5db10ed9..2bdafe00faaf 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.43 1995/02/23 00:27:08 pst Exp $ +# $Id: Makefile,v 1.44 1995/03/01 08:32:42 paul Exp $ # XXX MISSING: deroff diction graph learn plot # spell spline struct units xsend @@ -11,7 +11,8 @@ SUBDIR= apply ar at banner basename biff cal calendar \ column comm compile_et compress cpp ctags cut dig dirname dmenu du \ env error expand f2c false file file2c find finger fmt \ fold fpr from fsplit \ - fstat ftp gcore getopt gprof head hexdump host id indent ipcrm ipcs \ + fstat ftp gcore gencat 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 mk_cmds \ |
