diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2008-10-14 21:43:50 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2008-10-14 21:43:50 +0000 |
commit | 68a0a2636de08c0f2da96ea46beb4ab38fa203dc (patch) | |
tree | 17e9cc69da259a7626be06c82253cd55a4f79cab /usr.sbin | |
parent | fd1fc729039aaaba1069b6040004a7239cd79976 (diff) |
enable ypldap. serious development needs it to be enabled.
Diffstat (limited to 'usr.sbin')
-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 b8999a62ec1..68f5e32b1c9 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.144 2008/08/22 15:48:32 deraadt Exp $ +# $OpenBSD: Makefile,v 1.145 2008/10/14 21:43:49 deraadt Exp $ .include <bsd.own.mk> @@ -15,7 +15,7 @@ SUBDIR= ac accton acpidump adduser amd apm apmd arp \ slstats snmpctl snmpd spamdb spray syslogc syslogd sysmerge \ tcpdrop tcpdump timed tokenadm tokeninit traceroute traceroute6 \ trpt usbdevs user vipw watchdogd wsconscfg wsfontload wsmoused \ - zdump zic ztsscale + ypldap zdump zic ztsscale .if (${AFS:L} == "yes") SUBDIR+=afs |