diff options
author | 1999-09-29 04:52:42 +0000 | |
---|---|---|
committer | 1999-09-29 04:52:42 +0000 | |
commit | e3a1d16fc224e683d06075affee2d4de04acff12 (patch) | |
tree | 362c3c7ffaaf99069cbd916c21b9a1a31f084de0 | |
parent | noone is going to read this, anything i delete with this command belongs in a man page (diff) | |
download | wireguard-openbsd-e3a1d16fc224e683d06075affee2d4de04acff12.tar.xz wireguard-openbsd-e3a1d16fc224e683d06075affee2d4de04acff12.zip |
build openssl instead of ssleay
-rw-r--r-- | usr.sbin/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index b8aa22ddcc4..37f1d51fac7 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.43 1999/09/01 03:28:00 deraadt Exp $ +# $OpenBSD: Makefile,v 1.44 1999/09/29 04:52:42 beck Exp $ # not yet done: catman @@ -7,12 +7,12 @@ SUBDIR= ac accton adduser amd arp bootpd bootpgw bootpef bootptest \ chown chroot config cron ctm dev_mkdb dhcp \ edquota gspa httpd inetd iostat \ - ipftest ipmon ipsend kgmon kvm_mkdb lpr \ + ipftest ipmon ipsend kgmon kvm_mkdb lpr openssl\ mailwrapper map-mbone mrinfo mopd mrouted mtrace mtree named \ netgroup_mkdb pkg_install portmap ppp pppd pstat pwd_mkdb \ quot quotaon rarpd rbootd rdconfig rdate repquota rmt \ rpc.bootparamd rpc.lockd rpc.pcnfsd rwhod \ - sa sendmail ssleay sliplogin slstats spray sysctl \ + sa sendmail sliplogin slstats spray sysctl \ syslogd tcpdump timed traceroute trpt trsp \ vipw vnconfig zdump zic |