diff options
author | wiz <wiz@pkgsrc.org> | 2000-09-07 13:13:47 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-09-07 13:13:47 +0000 |
commit | 60c438fed0684cd03509ed8d3ae54a2085c324fe (patch) | |
tree | c4c2798b97dd355530f29a134d3599204fdf4c95 /cross/Makefile | |
parent | 08474812eea7338db72b05966bd7d2e11ba3c59d (diff) | |
download | pkgsrc-60c438fed0684cd03509ed8d3ae54a2085c324fe.tar.gz |
Enable all cross-packages. This way we will at least see (in the next
bulk build) which still work.
Diffstat (limited to 'cross/Makefile')
-rw-r--r-- | cross/Makefile | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/cross/Makefile b/cross/Makefile index e01fb3bee81..ded78508a3b 100644 --- a/cross/Makefile +++ b/cross/Makefile @@ -1,22 +1,22 @@ -# $NetBSD: Makefile,v 1.15 2000/07/13 22:15:40 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2000/09/07 13:13:47 wiz Exp $ -# SUBDIR += arm-netbsd -# SUBDIR += armv2-netbsd -# SUBDIR += bfd-crunchide -# SUBDIR += bfd-mdsetimage -# SUBDIR += binutils -# SUBDIR += i386-cygwin32 -# SUBDIR += i386-linux -# SUBDIR += i386-linuxglibc1 -# SUBDIR += i386-msdosdjgpp -# SUBDIR += i386-netbsd -# SUBDIR += i386-netbsdelf -# SUBDIR += m68k-netbsd -# SUBDIR += mipseb-netbsd -# SUBDIR += mipsel-netbsd -# SUBDIR += powerpc-netbsd -# SUBDIR += sparc-netbsdelf -# SUBDIR += sparc64-netbsd + SUBDIR += arm-netbsd + SUBDIR += armv2-netbsd + SUBDIR += bfd-crunchide + SUBDIR += bfd-mdsetimage + SUBDIR += binutils + SUBDIR += i386-cygwin32 + SUBDIR += i386-linux + SUBDIR += i386-linuxglibc1 + SUBDIR += i386-msdosdjgpp + SUBDIR += i386-netbsd + SUBDIR += i386-netbsdelf + SUBDIR += m68k-netbsd + SUBDIR += mipseb-netbsd + SUBDIR += mipsel-netbsd + SUBDIR += powerpc-netbsd + SUBDIR += sparc-netbsdelf + SUBDIR += sparc64-netbsd SUBDIR += zoularis .include "../mk/bsd.pkg.subdir.mk" |