summaryrefslogtreecommitdiff
path: root/cross/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2001-02-16 15:51:46 +0000
committerwiz <wiz>2001-02-16 15:51:46 +0000
commit532d24032cb32be03309840b839d6d7489cd33a4 (patch)
tree93e776c22feddb53127ca24e4742b48902ced5bc /cross/Makefile
parent4a8a503bb648160a87419f17dea624c135dd8361 (diff)
downloadpkgsrc-532d24032cb32be03309840b839d6d7489cd33a4.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/Makefile')
-rw-r--r--cross/Makefile46
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"