diff options
author | agc <agc> | 2000-12-04 13:18:39 +0000 |
---|---|---|
committer | agc <agc> | 2000-12-04 13:18:39 +0000 |
commit | b61c098d01e9af5ba0f8a204d72c1832adafdb81 (patch) | |
tree | b59306952b7c57a61b083b75853b7f28171bd283 /cross | |
parent | 3e0197f1b2639b2ec53a7cfec7c4f7a94ddec726 (diff) | |
download | pkgsrc-b61c098d01e9af5ba0f8a204d72c1832adafdb81.tar.gz |
Remove sparc64-netbsd SUBDIRS:
``sparc64 & egcs 1.1/binutils 2.9 is considered harmful; remove this poison.''
Diffstat (limited to 'cross')
-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" |