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