pkgsrc/cross/Makefile
rillig 6aecf48699 Added mk/misc/category.mk, which contains the definitions that are only
useful for category Makefiles, as opposed to bsd.pkg.subdir.mk, which is
also relevant for the top-level directory. Adjusted the category Makefiles.
2007-08-13 08:12:41 +00:00

28 lines
588 B
Makefile

# $NetBSD: Makefile,v 1.41 2007/08/13 08:12:44 rillig Exp $
#
COMMENT= Cross-platform development utilities
#SUBDIR+= COMMON # not a real package
SUBDIR+= atasm
SUBDIR+= avr-binutils
SUBDIR+= avr-gcc
SUBDIR+= avr-gdb
SUBDIR+= avr-libc
SUBDIR+= avrdude
SUBDIR+= bfd-crunchide
SUBDIR+= bfd-mdsetimage
SUBDIR+= binutils
SUBDIR+= dasm
SUBDIR+= h8300-hms-binutils
SUBDIR+= h8300-hms-gcc
SUBDIR+= i386-cygwin32
SUBDIR+= i386-linux
SUBDIR+= i386-mingw32
SUBDIR+= i386-msdosdjgpp
SUBDIR+= i386-netbsdpe
SUBDIR+= icdprog
SUBDIR+= mipsEEel-netbsd
SUBDIR+= uisp
.include "../mk/misc/category.mk"