diff options
author | wiz <wiz@pkgsrc.org> | 2001-02-16 15:51:46 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-02-16 15:51:46 +0000 |
commit | 02e8ee6a47fbac28ca9bbc16c4b70e20837489c0 (patch) | |
tree | 93e776c22feddb53127ca24e4742b48902ced5bc /cross | |
parent | a2a4d06c6fe93107eedfcc3d009672fe424ac7ef (diff) | |
download | pkgsrc-02e8ee6a47fbac28ca9bbc16c4b70e20837489c0.tar.gz |
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
While I'm here, unify category Makefiles to more standard style.
(If you have tools depending on the previous form, please fix them.)
Diffstat (limited to 'cross')
-rw-r--r-- | cross/Makefile | 46 |
1 files changed, 24 insertions, 22 deletions
diff --git a/cross/Makefile b/cross/Makefile index 8a5dfc46ed0..97bdb52c1f3 100644 --- a/cross/Makefile +++ b/cross/Makefile @@ -1,26 +1,28 @@ -# $NetBSD: Makefile,v 1.22 2001/01/24 12:14:07 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2001/02/16 15:51:48 wiz Exp $ # - SUBDIR += arm-netbsd - SUBDIR += armv2-netbsd - SUBDIR += bfd-crunchide - SUBDIR += bfd-mdsetimage - SUBDIR += binutils - SUBDIR += i386-cygwin32 - SUBDIR += i386-linux - SUBDIR += i386-linuxglibc1 - SUBDIR += i386-msdosdjgpp - SUBDIR += i386-netbsd - SUBDIR += i386-netbsdelf - SUBDIR += i386-netbsdpe - SUBDIR += m68k-netbsd - SUBDIR += m68k-netbsdelf - SUBDIR += mipseb-netbsd - SUBDIR += mipsel-netbsd - SUBDIR += powerpc-netbsd - SUBDIR += sh-netbsdcoff - SUBDIR += shel-netbsdcoff - SUBDIR += sparc-netbsdelf - SUBDIR += zoularis +COMMENT= Cross-platform development utilities + +SUBDIR+= arm-netbsd +SUBDIR+= armv2-netbsd +SUBDIR+= bfd-crunchide +SUBDIR+= bfd-mdsetimage +SUBDIR+= binutils +SUBDIR+= i386-cygwin32 +SUBDIR+= i386-linux +SUBDIR+= i386-linuxglibc1 +SUBDIR+= i386-msdosdjgpp +SUBDIR+= i386-netbsd +SUBDIR+= i386-netbsdelf +SUBDIR+= i386-netbsdpe +SUBDIR+= m68k-netbsd +SUBDIR+= m68k-netbsdelf +SUBDIR+= mipseb-netbsd +SUBDIR+= mipsel-netbsd +SUBDIR+= powerpc-netbsd +SUBDIR+= sh-netbsdcoff +SUBDIR+= shel-netbsdcoff +SUBDIR+= sparc-netbsdelf +SUBDIR+= zoularis .include "../mk/bsd.pkg.subdir.mk" |