NetBSD/tests/Makefile

21 lines
383 B
Makefile
Raw Normal View History

2011-01-02 16:18:37 +03:00
# $NetBSD: Makefile,v 1.27 2011/01/02 13:18:37 pooka Exp $
.include <bsd.own.mk>
.if ${MKATF} != "no"
TESTSDIR= ${TESTSBASE}
ATFFILE= yes
SUBDIR= crypto dev fs games include ipf kernel lib libexec net
2011-01-02 16:18:37 +03:00
SUBDIR+= rump sbin sys syscall usr.sbin util
. if ${MACHINE} != "evbppc" && ${MKKMOD} != "no"
SUBDIR+= modules
. endif
.include <bsd.test.mk>
.endif
.include <bsd.subdir.mk>