diff options
Diffstat (limited to 'cross/Makefile')
-rw-r--r-- | cross/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/cross/Makefile b/cross/Makefile index 466fdb93f73..19efdfe7c41 100644 --- a/cross/Makefile +++ b/cross/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2000/12/12 01:30:45 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2001/01/04 01:21:52 itojun Exp $ # SUBDIR += arm-netbsd @@ -17,6 +17,8 @@ SUBDIR += mipseb-netbsd SUBDIR += mipsel-netbsd SUBDIR += powerpc-netbsd + SUBDIR += sh-netbsdcoff + SUBDIR += shel-netbsdcoff SUBDIR += sparc-netbsdelf SUBDIR += zoularis |