diff options
Diffstat (limited to 'usr.bin/Makefile')
-rw-r--r-- | usr.bin/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile index f6844db2812..a239aaf58c3 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.60 1999/08/19 22:17:37 niklas Exp $ +# $OpenBSD: Makefile,v 1.61 1999/09/28 07:34:32 deraadt Exp $ .include <bsd.own.mk> @@ -14,11 +14,11 @@ SUBDIR= apply apropos arch asa at aucat audioctl awk banner basename bdes \ nohup oldrdist pagesize passwd paste patch pr printenv printf quota \ rdist rdistd readlink renice rev rlogin rpcgen rpcinfo rs rsh rup \ ruptime rusers rwall rwho script sed shar showmount skey skeyaudit \ - skeyinfo skeyinit sort split su sup systat tail talk tcopy tee telnet \ - tftp tic time tip tn3270 top touch tput tr true tset tsort tty ul \ - uname unexpand unifdef uniq units unvis users uudecode uuencode \ - vacation vgrind vi vis vmstat w wall wc what whatis which who whois \ - window write xargs xinstall xlint xstr yacc yes + skeyinfo skeyinit sort split ssh su sup systat tail talk tcopy tee \ + telnet tftp tic time tip tn3270 top touch tput tr true tset tsort \ + tty ul uname unexpand unifdef uniq units unvis users uudecode \ + uuencode vacation vgrind vi vis vmstat w wall wc what whatis which \ + who whois window write xargs xinstall xlint xstr yacc yes .if (${YP} == "yes") SUBDIR+=ypcat ypmatch ypwhich |