1 1.27 pooka # $NetBSD: Makefile,v 1.27 2011/01/02 13:18:37 pooka Exp $ 2 1.1 jmmv 3 1.1 jmmv .include <bsd.own.mk> 4 1.1 jmmv 5 1.25 njoly .if ${MKATF} != "no" 6 1.25 njoly 7 1.21 jmmv TESTSDIR= ${TESTSBASE} 8 1.21 jmmv ATFFILE= yes 9 1.21 jmmv 10 1.25 njoly SUBDIR= crypto dev fs games include ipf kernel lib libexec net 11 1.27 pooka SUBDIR+= rump sbin sys syscall usr.sbin util 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.25 njoly .include <bsd.test.mk> 18 1.10 pooka .endif 19 1.9 gmcgarry 20 1.1 jmmv .include <bsd.subdir.mk> 21