diff options
author | Reyk Floeter <reyk@cvs.openbsd.org> | 2007-12-09 21:19:59 +0000 |
---|---|---|
committer | Reyk Floeter <reyk@cvs.openbsd.org> | 2007-12-09 21:19:59 +0000 |
commit | e8ae77fe5f0db451d4017c44a1d9459558697e8b (patch) | |
tree | 17eebddd1b884faad6608fec90d78eefce838e59 | |
parent | af1ea8c900e3ff44f23a26b1677442788d1556ce (diff) |
argh, remove crap from my last commit
-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 |