Hello t...@!
This unbreaks make build when YP is not used, as ypldap should
belong to YP build group.
Index: Makefile
===================================================================
RCS file: /cvs/src/usr.sbin/Makefile,v
retrieving revision 1.148
diff -u -p -r1.148 Makefile
--- Makefile 17 Mar 2009 00:13:59 -0000 1.148
+++ Makefile 14 Dec 2009 08:52:05 -0000
@@ -15,14 +15,14 @@ SUBDIR= ac accton acpidump adduser amd a
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
+ 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>