11 lines
193 B
Makefile
11 lines
193 B
Makefile
# $OpenBSD: Makefile,v 1.2 2015/09/06 08:59:44 jasper Exp $
|
|
|
|
SUBDIR =
|
|
SUBDIR += binutils
|
|
SUBDIR += gcc
|
|
SUBDIR += gcc-bootstrap
|
|
SUBDIR += headers
|
|
SUBDIR += newlib
|
|
|
|
.include <bsd.port.subdir.mk>
|