0cdcf7cea6
build it. 0.6 is going to be imported in external/bsd/atf, with all the necessary Makefiles in that same hierarchy.
15 lines
233 B
Makefile
15 lines
233 B
Makefile
# $NetBSD: Makefile,v 1.11 2009/01/19 07:08:14 jmmv Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
SUBDIR= fs games net util
|
|
|
|
.if ${MACHINE} != "evbppc"
|
|
SUBDIR+= modules
|
|
.endif
|
|
|
|
TESTSDIR= ${TESTSBASE}
|
|
|
|
.include <bsd.test.mk>
|
|
.include <bsd.subdir.mk>
|