diff options
author | sakamoto <sakamoto@pkgsrc.org> | 1999-12-06 09:45:31 +0000 |
---|---|---|
committer | sakamoto <sakamoto@pkgsrc.org> | 1999-12-06 09:45:31 +0000 |
commit | 177a180fbc84bb3f7ccc403e3fd1ed73866324f6 (patch) | |
tree | ca8fdf68269402df38570d5d09bf448cb2ccbec5 /cross/Makefile | |
parent | 0b8c44eef396b39fc89ebe582c4130fa252885a0 (diff) | |
download | pkgsrc-177a180fbc84bb3f7ccc403e3fd1ed73866324f6.tar.gz |
Add arm-netbsd, i386-netbsd, i386-netbsdelf
Diffstat (limited to 'cross/Makefile')
-rw-r--r-- | cross/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/cross/Makefile b/cross/Makefile index f34fbf61fe1..bd1d2621934 100644 --- a/cross/Makefile +++ b/cross/Makefile @@ -1,12 +1,15 @@ -# $NetBSD: Makefile,v 1.9 1999/04/26 14:12:59 tv Exp $ +# $NetBSD: Makefile,v 1.10 1999/12/06 09:45:31 sakamoto Exp $ +# SUBDIR += arm-netbsd # SUBDIR += binutils # SUBDIR += i386-linux # SUBDIR += i386-linuxglibc1 # SUBDIR += i386-msdosdjgpp +# SUBDIR += i386-netbsd +# SUBDIR += i386-netbsdelf # SUBDIR += powerpc-netbsd -# SUBDIR += sparc64-netbsd # SUBDIR += sparc-netbsdelf +# SUBDIR += sparc64-netbsd SUBDIR += zoularis .include "../mk/bsd.pkg.subdir.mk" |