11 lines
183 B
Makefile
11 lines
183 B
Makefile
# $OpenBSD: Makefile,v 1.2 2011/09/05 08:03:42 jasper Exp $
|
|
|
|
SUBDIR =
|
|
SUBDIR += binutils
|
|
SUBDIR += gcc
|
|
SUBDIR += gdb
|
|
SUBDIR += libc
|
|
SUBDIR += msp430mcu
|
|
|
|
.include <bsd.port.subdir.mk>
|