fd2c7cbdc1
in the GSoC 2008 atfify project. Reorganization of files and build system reworked by me.
15 lines
248 B
Makefile
15 lines
248 B
Makefile
# $NetBSD: Makefile,v 1.13 2009/02/13 20:58:13 jmmv Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
SUBDIR= crypto fs games net util syscall
|
|
|
|
.if ${MACHINE} != "evbppc"
|
|
SUBDIR+= modules
|
|
.endif
|
|
|
|
TESTSDIR= ${TESTSBASE}
|
|
|
|
.include <bsd.test.mk>
|
|
.include <bsd.subdir.mk>
|