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