diff options
Diffstat (limited to 'usr.sbin/Makefile')
-rw-r--r-- | usr.sbin/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index c0323161183..5f34efc20b0 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.162 2012/08/16 04:10:25 dlg Exp $ +# $OpenBSD: Makefile,v 1.163 2012/08/23 06:21:46 deraadt Exp $ .include <bsd.own.mk> @@ -18,10 +18,6 @@ SUBDIR= ac accton acpidump adduser amd apm apmd arp \ tokenadm tokeninit traceroute traceroute6 trpt usbdevs user vipw \ watchdogd wsconscfg wsfontload wsmoused zdump zic ztsscale -.if (${AFS:L} == "yes") -SUBDIR+=afs -.endif - .if (${YP:L} == "yes") SUBDIR+=ypbind ypldap yppoll ypset ypserv .endif |