diff options
author | Robert Nagy <robert@cvs.openbsd.org> | 2014-08-26 19:35:35 +0000 |
---|---|---|
committer | Robert Nagy <robert@cvs.openbsd.org> | 2014-08-26 19:35:35 +0000 |
commit | 76ce901ef02882905fb765e8520811e49658e4dd (patch) | |
tree | 2594383a659f3ce07b2c00b0f812ffcd72e62c5d /usr.sbin/Makefile | |
parent | bcf135b71273927981a9b9160df7e24ddb1c2397 (diff) |
remove nginx from the base system in favor of OpenBSD's own httpd(8)
Diffstat (limited to 'usr.sbin/Makefile')
-rw-r--r-- | usr.sbin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index 7498c26426f..e839445f398 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.181 2014/08/26 17:47:24 jsing Exp $ +# $OpenBSD: Makefile,v 1.182 2014/08/26 19:35:31 robert 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 ospfctl ospfd ospf6d ospf6ctl \ + 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 \ |