diff options
author | sakamoto <sakamoto> | 1999-12-06 09:45:31 +0000 |
---|---|---|
committer | sakamoto <sakamoto> | 1999-12-06 09:45:31 +0000 |
commit | a2c24892bfb96b6a8f4f5358d127f825fdf33c79 (patch) | |
tree | ca8fdf68269402df38570d5d09bf448cb2ccbec5 /cross | |
parent | acc9b114f589d66cd69fe076bf33b70fc34c6a6e (diff) | |
download | pkgsrc-a2c24892bfb96b6a8f4f5358d127f825fdf33c79.tar.gz |
Add arm-netbsd, i386-netbsd, i386-netbsdelf
Diffstat (limited to 'cross')
-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" |