diff options
author | itojun <itojun> | 2001-01-04 01:21:52 +0000 |
---|---|---|
committer | itojun <itojun> | 2001-01-04 01:21:52 +0000 |
commit | 9fe955b9fdb88ce293a77e238941f12410912518 (patch) | |
tree | 390aed649ad9547f640acb1c9127b9eb0e754541 /cross/Makefile | |
parent | ca82a6d59d76aabf9e7ed006ea09032abbfa0959 (diff) | |
download | pkgsrc-9fe955b9fdb88ce293a77e238941f12410912518.tar.gz |
dd sh{,el}-netbsdcoff
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 |