diff options
author | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2011-02-09 17:17:48 +0000 |
---|---|---|
committer | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2011-02-09 17:17:48 +0000 |
commit | 2a2d40a548b7e6abfb191f4bac529db1a058e593 (patch) | |
tree | e2628756a85ca7cc6003822f598dfab28ffeda39 /usr.sbin | |
parent | 61bf9baa06417cfa6d2a64e390751f2dc4da6533 (diff) |
- move ypldap to the conditional YP block
from dinar talypov
ok miod@
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/Makefile | 6 |
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> |