diff options
author | wiz <wiz@pkgsrc.org> | 2001-01-24 12:14:07 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-01-24 12:14:07 +0000 |
commit | aaae0ee61f1644eade2bc92e1e512650869fa205 (patch) | |
tree | 7bcd7d7c5094035f85de41a8e8130edfa6973060 /cross | |
parent | e989dd6a5711bc03fa35118a5c8eb3afe45f135e (diff) | |
download | pkgsrc-aaae0ee61f1644eade2bc92e1e512650869fa205.tar.gz |
add and enable m68k-netbsdelf
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 19efdfe7c41..8a5dfc46ed0 100644 --- a/cross/Makefile +++ b/cross/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2001/01/04 01:21:52 itojun Exp $ +# $NetBSD: Makefile,v 1.22 2001/01/24 12:14:07 wiz Exp $ # SUBDIR += arm-netbsd @@ -14,6 +14,7 @@ SUBDIR += i386-netbsdelf SUBDIR += i386-netbsdpe SUBDIR += m68k-netbsd + SUBDIR += m68k-netbsdelf SUBDIR += mipseb-netbsd SUBDIR += mipsel-netbsd SUBDIR += powerpc-netbsd |