02e8ee6a47
While I'm here, unify category Makefiles to more standard style. (If you have tools depending on the previous form, please fix them.)
28 lines
618 B
Makefile
28 lines
618 B
Makefile
# $NetBSD: Makefile,v 1.23 2001/02/16 15:51:48 wiz Exp $
|
|
#
|
|
|
|
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"
|