summaryrefslogtreecommitdiffstats
path: root/usr.sbin/Makefile
diff options
context:
space:
mode:
authorjasper <jasper@openbsd.org>2011-02-09 17:17:47 +0000
committerjasper <jasper@openbsd.org>2011-02-09 17:17:47 +0000
commitd5464dceaf27c98361d00fe8cdac452526b4590c (patch)
tree1ebbbbb2f8068e433baffa5223a6d33d5d9aeffa /usr.sbin/Makefile
parentrevert usb.c to r1.72, and all subsequent changes that depend on it. (diff)
downloadwireguard-openbsd-d5464dceaf27c98361d00fe8cdac452526b4590c.tar.xz
wireguard-openbsd-d5464dceaf27c98361d00fe8cdac452526b4590c.zip
- move ypldap to the conditional YP block
from dinar talypov ok miod@
Diffstat (limited to 'usr.sbin/Makefile')
-rw-r--r--usr.sbin/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile
index dc57ebb3ca0..d7ee8abd098 100644
--- a/usr.sbin/Makefile
+++ b/usr.sbin/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.153 2010/09/24 13:05:00 dlg Exp $
+# $OpenBSD: Makefile,v 1.154 2011/02/09 17:17:47 jasper Exp $
.include <bsd.own.mk>
@@ -16,14 +16,14 @@ SUBDIR= ac accton acpidump adduser amd apm apmd arp \
sa sasyncd sensorsd sliplogin slstats smtpd snmpctl snmpd spamdb \
spray syslogc syslogd sysmerge tcpdrop tcpdump timed tokenadm \
tokeninit traceroute traceroute6 trpt usbdevs user vipw watchdogd \
- wsconscfg wsfontload wsmoused ypldap zdump zic ztsscale
+ wsconscfg wsfontload wsmoused zdump zic ztsscale
.if (${AFS:L} == "yes")
SUBDIR+=afs
.endif
.if (${YP:L} == "yes")
-SUBDIR+=ypbind yppoll ypset ypserv
+SUBDIR+=ypbind ypldap yppoll ypset ypserv
.endif
.include <bsd.subdir.mk>