diff options
author | pst <pst@FreeBSD.org> | 1994-10-19 03:14:13 +0000 |
---|---|---|
committer | pst <pst@FreeBSD.org> | 1994-10-19 03:14:13 +0000 |
commit | c6122e363a8180f160d20c8cadb3f5ac1c7ef0d2 (patch) | |
tree | a5836b94222298b9e23245efc51f9d77b23aa514 /usr.bin | |
parent | 24e218260af83b7292524d1581b8dfcf5d3c8c5b (diff) | |
download | FreeBSD-src-c6122e363a8180f160d20c8cadb3f5ac1c7ef0d2.zip FreeBSD-src-c6122e363a8180f160d20c8cadb3f5ac1c7ef0d2.tar.gz |
Remove which per Rod's request.
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 1e60afa..ad33cf6 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.25 1994/10/16 20:03:03 gpalmer Exp $ +# $Id: Makefile,v 1.26 1994/10/19 00:34:23 pst Exp $ # XXX MISSING: bc dc deroff diction diff ex graph learn plot # ptx spell spline struct units xsend @@ -23,7 +23,7 @@ SUBDIR= apply ar at banner basename biff cal calendar \ strings strip su symorder talk tcopy tee telnet tftp time tip \ tn3270 touch tput tr true tset tsort tty ul uname unexpand \ unifdef uniq unvis users uudecode uuencode vacation \ - vgrind vi vis w wall wc what whereis which who whois window write \ + vgrind vi vis w wall wc what whereis who whois window write \ xargs xinstall xstr yacc yes ypcat ypmatch ypwhich # Cmp, look and tail all use mmap, so new-VM only. |