diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2012-08-23 06:21:58 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2012-08-23 06:21:58 +0000 |
commit | 540c981bd410fdb1adcfda460d9cec0edbfacf68 (patch) | |
tree | 4b09910f1c8a69f76b0d1b87fa7f54d29d015fe0 /usr.sbin/Makefile | |
parent | 4dcad45d7f0d24390b33846d799d7c1c445abc2a (diff) |
the afs src tree can go away
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 |