33 lines
688 B
Makefile
33 lines
688 B
Makefile
# $NetBSD: Makefile,v 1.46 2010/03/16 21:29:48 asau 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+= cc65
|
|
SUBDIR+= dasm
|
|
SUBDIR+= dfu-programmer
|
|
SUBDIR+= h8300-hms-binutils
|
|
SUBDIR+= h8300-hms-gcc
|
|
SUBDIR+= i386-cygwin32
|
|
SUBDIR+= i386-linux
|
|
SUBDIR+= i386-msdosdjgpp
|
|
SUBDIR+= i386-netbsdpe
|
|
SUBDIR+= icdprog
|
|
SUBDIR+= mingw
|
|
SUBDIR+= mingw-binutils
|
|
SUBDIR+= mingw-gcc
|
|
SUBDIR+= mingw-runtime-bin
|
|
SUBDIR+= mingw-w32api-bin
|
|
SUBDIR+= uisp
|
|
|
|
.include "../mk/misc/category.mk"
|