23 lines
393 B
Makefile
23 lines
393 B
Makefile
# $NetBSD: Makefile,v 1.28 2011/01/07 01:07:31 pgoyette Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
.if ${MKATF} != "no"
|
|
|
|
TESTSDIR= ${TESTSBASE}
|
|
ATFFILE= yes
|
|
|
|
SUBDIR= crypto dev fs games include ipf kernel lib libexec net
|
|
SUBDIR+= rump sbin sys syscall usr.sbin util
|
|
|
|
. if ${MACHINE} != "evbppc" && ${MKKMOD} != "no"
|
|
SUBDIR+= modules
|
|
. endif
|
|
|
|
.include <bsd.test.mk>
|
|
|
|
.else
|
|
|
|
.include <bsd.subdir.mk>
|
|
.endif
|