diff options
-rw-r--r-- | usr.sbin/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index 39061a5251e..ad4f69da543 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.138 2007/12/09 21:19:18 reyk Exp $ +# $OpenBSD: Makefile,v 1.139 2007/12/09 21:19:58 reyk Exp $ .include <bsd.own.mk> @@ -16,9 +16,6 @@ SUBDIR= ac accton acpidump adduser amd apm apmd arp \ traceroute6 trpt usbdevs user vipw watchdogd wsconscfg wsfontload \ wsmoused zdump zic ztsscale -foo: - @echo $(SUBDIR) - .if (${AFS:L} == "yes") SUBDIR+=afs .endif |