diff options
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 4a3e6607ac3..219eb0a2390 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.193 2016/08/31 22:24:44 florian Exp $ +# $OpenBSD: Makefile,v 1.194 2016/09/03 13:37:46 guenther Exp $ .include <bsd.own.mk> @@ -19,7 +19,7 @@ SUBDIR= ac accton acme-client acpidump adduser amd apm apmd arp \ snmpctl snmpd spamdb syslogc syslogd sysmerge tcpdrop tcpdump \ tftp-proxy tftpd tokenadm tokeninit traceroute trpt \ unbound usbdevs user vmd vmctl vipw watchdogd wsconscfg \ - wsfontload wsmoused zdump zic ztsscale + wsfontload wsmoused zdump zic .if (${YP:L} == "yes") SUBDIR+=ypbind ypldap yppoll ypset ypserv |