diff options
author | 1999-09-28 07:34:32 +0000 | |
---|---|---|
committer | 1999-09-28 07:34:32 +0000 | |
commit | 4548eef2b1fe5370ccc5fb70be3bdefc927cd45f (patch) | |
tree | 98cf2b432e1b88e61509c5e4406a746c65d80281 | |
parent | start ssh as part of base system; if no host key, build it upon boot (diff) | |
download | wireguard-openbsd-4548eef2b1fe5370ccc5fb70be3bdefc927cd45f.tar.xz wireguard-openbsd-4548eef2b1fe5370ccc5fb70be3bdefc927cd45f.zip |
ssh
-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 |