diff options
| author | Søren Schmidt <sos@FreeBSD.org> | 1996-10-19 09:08:41 +0000 | 
|---|---|---|
| committer | Søren Schmidt <sos@FreeBSD.org> | 1996-10-19 09:08:41 +0000 | 
| commit | b0dac7029f347c2afba9d20941f16c2a7f1bdbbd (patch) | |
| tree | 4919e48ab0fdf8938f8703209871260f29d0db8c | |
| parent | ba8f828b8829c0cdbcac4519fba345bfcee66002 (diff) | |
Notes
| -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 abc49b9bbcf9..49c53f2e667d 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -1,12 +1,12 @@  #	From: @(#)Makefile	8.3 (Berkeley) 1/7/94 -#	$Id: Makefile,v 1.71 1996/06/28 05:36:32 phk Exp $ +#	$Id: Makefile,v 1.72 1996/09/06 23:07:07 phk Exp $  # XXX MISSING:		deroff diction graph learn plot  #			spell spline struct units xsend  # XXX Use GNU versions: apropos bc dc diff grep ld man patch ptx uucp whatis  # Moved to secure: bdes  # -SUBDIR=	apply ar at banner basename biff cal calendar \ +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 cpp ctags cut dig \  	dirname dnsquery du ee env error expand f2c false fetch file file2c \ | 
