1 # $NetBSD: Makefile,v 1.28.2.2 2011/03/05 15:10:53 bouyer Exp $ 2 3 .include <bsd.own.mk> 4 5 .if ${MKATF} != "no" 6 7 TESTSDIR= ${TESTSBASE} 8 ATFFILE= yes 9 10 SUBDIR= crypto dev fs games include ipf kernel lib libexec net 11 SUBDIR+= rump sbin sys syscall toolchain usr.bin usr.sbin util 12 13 . if ${MACHINE} != "evbppc" && ${MKKMOD} != "no" 14 SUBDIR+= modules 15 . endif 16 17 .include <bsd.test.mk> 18 19 .else 20 21 .include <bsd.subdir.mk> 22 .endif 23