diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-05-28 18:39:43 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-05-28 18:39:43 +0000 |
commit | ae66868f7b66d9d1b1a39f213ac6f86a7dd1ce39 (patch) | |
tree | 238daabaa68d20c591decc68c83054ac7c111ba2 /usr.bin/Makefile | |
parent | 76224d613db907f78654b02ee83b4244e9ed9819 (diff) |
remove crud
Diffstat (limited to 'usr.bin/Makefile')
-rw-r--r-- | usr.bin/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile index 12d0af6a7c2..9f4b894c222 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.63 2000/05/27 19:53:06 deraadt Exp $ +# $OpenBSD: Makefile,v 1.64 2000/05/28 18:39:42 deraadt Exp $ .include <bsd.own.mk> @@ -31,8 +31,6 @@ SUBDIR+= ar nm ranlib size strip strings .if make(clean) || make(cleandir) || make(obj) SUBDIR+= elf2ecoff elf2aout -.elif ${MACHINE_ARCH} == "i386" -SUBDIR+= .elif ${MACHINE_ARCH} == "mips" SUBDIR+= elf2ecoff elf2aout .endif |