openbsd-ports/devel/avr/Makefile
aanriot adc50bf119 import avr, a Atmel AVR 8-bit RISC microcontrollers' framework.
It's composed by binutils, gcc, libc, and gdb, for these microcontrollers.

ok martin@, review and ok espie@
2005-09-20 15:22:42 +00:00

9 lines
159 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2005/09/20 15:22:42 aanriot Exp $
SUBDIR += binutils
SUBDIR += libc
SUBDIR += gcc
SUBDIR += gdb
.include <bsd.port.subdir.mk>