diff options
Diffstat (limited to 'usr.bin/Makefile')
-rw-r--r-- | usr.bin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile index 99336903c66..75034224245 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.86 2003/09/26 07:33:03 otto Exp $ +# $OpenBSD: Makefile,v 1.87 2004/01/05 01:27:22 mickey Exp $ .include <bsd.own.mk> @@ -29,7 +29,7 @@ SUBDIR+=ypcat ypmatch ypwhich .endif .if (${ELF_TOOLCHAIN:L} == "no") -SUBDIR+= ar nm ranlib size strip strings +SUBDIR+= ar nm ranlib strip strings .endif .if make(clean) || make(cleandir) || make(obj) |