diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2012-08-16 04:10:26 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2012-08-16 04:10:26 +0000 |
commit | b1f919e518bbcfd4631b528d0aad8ed53f22493a (patch) | |
tree | 88530fb442df9a09e48d062fdf3ebdefa77ed0d7 /usr.sbin/Makefile | |
parent | 1b68470b18fe61a6b8e926bd995aa474a8628170 (diff) |
switch off inetd tftp-proxy and enable the standalone one instead.
Diffstat (limited to 'usr.sbin/Makefile')
-rw-r--r-- | usr.sbin/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index 6bfbd8c72fc..c0323161183 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.161 2012/03/05 11:15:41 dlg Exp $ +# $OpenBSD: Makefile,v 1.162 2012/08/16 04:10:25 dlg Exp $ .include <bsd.own.mk> @@ -14,9 +14,9 @@ SUBDIR= ac accton acpidump adduser amd apm apmd arp \ rarpd rbootd rdate relayctl relayd repquota rip6query ripctl ripd \ rmt route6d rpc.bootparamd rpc.lockd rpc.statd rtadvd rtsold rwhod \ sa sasyncd sensorsd sliplogin slstats smtpd snmpctl snmpd spamdb \ - spray syslogc syslogd sysmerge tcpdrop tcpdump tftpd tokenadm \ - tokeninit traceroute traceroute6 trpt usbdevs user vipw watchdogd \ - wsconscfg wsfontload wsmoused zdump zic ztsscale + spray syslogc syslogd sysmerge tcpdrop tcpdump tftp-proxy tftpd \ + tokenadm tokeninit traceroute traceroute6 trpt usbdevs user vipw \ + watchdogd wsconscfg wsfontload wsmoused zdump zic ztsscale .if (${AFS:L} == "yes") SUBDIR+=afs |