diff options
Diffstat (limited to 'cross/Makefile')
-rw-r--r-- | cross/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cross/Makefile b/cross/Makefile index 0c5698bc88d..fee8e20b2e2 100644 --- a/cross/Makefile +++ b/cross/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2000/11/06 05:37:18 minoura Exp $ +# $NetBSD: Makefile,v 1.19 2000/12/04 13:18:39 agc Exp $ SUBDIR += arm-netbsd SUBDIR += armv2-netbsd @@ -17,7 +17,6 @@ SUBDIR += mipsel-netbsd SUBDIR += powerpc-netbsd SUBDIR += sparc-netbsdelf - SUBDIR += sparc64-netbsd SUBDIR += zoularis .include "../mk/bsd.pkg.subdir.mk" |