diff options
author | tsutsui <tsutsui@pkgsrc.org> | 2000-01-14 15:44:16 +0000 |
---|---|---|
committer | tsutsui <tsutsui@pkgsrc.org> | 2000-01-14 15:44:16 +0000 |
commit | 2da7d1dfda18635a83826b11c9839620a0b14f9b (patch) | |
tree | 32557a8cc494aeb682a43ac5ba93933725d447f8 /cross | |
parent | 2598f410cbcfc5343efb02f2feb6d8238640ce2a (diff) | |
download | pkgsrc-2da7d1dfda18635a83826b11c9839620a0b14f9b.tar.gz |
Add m68k-netbsd.
Diffstat (limited to 'cross')
-rw-r--r-- | cross/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cross/Makefile b/cross/Makefile index 5cdabbff276..0caa90c9ecf 100644 --- a/cross/Makefile +++ b/cross/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 1999/12/20 06:00:37 sakamoto Exp $ +# $NetBSD: Makefile,v 1.12 2000/01/14 15:44:16 tsutsui Exp $ # SUBDIR += arm-netbsd # SUBDIR += bfd-crunchide @@ -9,6 +9,7 @@ # SUBDIR += i386-msdosdjgpp # SUBDIR += i386-netbsd # SUBDIR += i386-netbsdelf +# SUBDIR += m68k-netbsd # SUBDIR += powerpc-netbsd # SUBDIR += sparc-netbsdelf # SUBDIR += sparc64-netbsd |