diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1997-04-08 02:45:11 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1997-04-08 02:45:11 +0000 |
commit | 9b318d6e5531ff35400e9577752c5e5e217efda6 (patch) | |
tree | 26a4246297b0023d549036857991b4ac19d6bfff /usr.bin | |
parent | 71cdf3f45e6aff19553e8f7d5ee5476158dbbe7d (diff) |
whereis is now linked to which
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 a37312e3cb1..60701cbfad5 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.39 1997/02/10 11:40:59 deraadt Exp $ +# $OpenBSD: Makefile,v 1.40 1997/04/08 02:45:10 millert Exp $ # $NetBSD: Makefile,v 1.62 1996/03/10 05:45:43 thorpej Exp $ # from: @(#)Makefile 5.8.1.1 (Berkeley) 5/8/91 @@ -21,7 +21,7 @@ SUBDIR= apply apropos arch asa at aucat awk banner basename bdes biff cal \ su sup systat tail talk tcopy tee telnet tftp time \ tip tn3270 touch tput tr true tset tsort tty ul uname unexpand \ unifdef uniq units unvis users uudecode uuencode \ - vacation vgrind vi vim vis vmstat w wall wc what whatis whereis \ + vacation vgrind vi vim vis vmstat w wall wc what whatis \ which who whois window write \ xargs xinstall xlint xstr yacc yes \ gprof |