From dab3f9105892eca3f39ac006ad1a78fbaaedbe4d Mon Sep 17 00:00:00 2001 From: jsing Date: Tue, 26 Aug 2014 17:47:24 +0000 Subject: 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@ --- usr.sbin/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.sbin/Makefile') 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 @@ -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 \ -- cgit v1.2.3-59-g8ed1b