summaryrefslogtreecommitdiffstats
path: root/usr.sbin/Makefile
diff options
context:
space:
mode:
authorjsing <jsing@openbsd.org>2014-08-26 17:47:24 +0000
committerjsing <jsing@openbsd.org>2014-08-26 17:47:24 +0000
commitdab3f9105892eca3f39ac006ad1a78fbaaedbe4d (patch)
tree2c5b0560d4b517d1f2f4896f0303f591cb697804 /usr.sbin/Makefile
parentRevert the addition of broadcast addresses, it apparently also corrupts (diff)
downloadwireguard-openbsd-dab3f9105892eca3f39ac006ad1a78fbaaedbe4d.tar.xz
wireguard-openbsd-dab3f9105892eca3f39ac006ad1a78fbaaedbe4d.zip
Move openssl(1) from /usr/sbin/openssl to /usr/bin/openssl, since it is not
a system/superuser binary. At the same time, move the source code from its current lib/libssl/src/apps location to a more appropriate home under usr.bin/openssl. ok deraadt@ miod@
Diffstat (limited to 'usr.sbin/Makefile')
-rw-r--r--usr.sbin/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile
index e6c718adf34..7498c26426f 100644
--- a/usr.sbin/Makefile
+++ b/usr.sbin/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.180 2014/08/22 05:47:08 ajacoutot Exp $
+# $OpenBSD: Makefile,v 1.181 2014/08/26 17:47:24 jsing Exp $
.include <bsd.own.mk>
@@ -10,7 +10,7 @@ SUBDIR= ac accton acpidump adduser amd apm apmd arp \
ldapd ldapctl ldomctl ldomd ldpd ldpctl lpr mailwrapper map-mbone \
memconfig mksuncd mkuboot mopd mrinfo mrouted \
mtrace mtree ndp netgroup_mkdb \
- nginx npppctl npppd nsd ntpd openssl ospfctl ospfd ospf6d ospf6ctl \
+ nginx npppctl npppd nsd ntpd ospfctl ospfd ospf6d ospf6ctl \
pcidump pkg_add portmap pppd procmap pstat pwd_mkdb \
quot quotaon rarpd rbootd rcctl rdate relayctl relayd repquota rip6query \
ripctl ripd rmt route6d rpc.bootparamd rpc.lockd rpc.statd rtadvd \