10 lines
167 B
Makefile
10 lines
167 B
Makefile
|
# $OpenBSD: Makefile,v 1.1.1.1 2010/12/01 09:06:52 jasper Exp $
|
||
|
|
||
|
SUBDIR =
|
||
|
SUBDIR += binutils
|
||
|
SUBDIR += gcc
|
||
|
SUBDIR += gdb
|
||
|
SUBDIR += libc
|
||
|
|
||
|
.include <bsd.port.subdir.mk>
|