1 1.37 matt # $NetBSD: Makefile,v 1.37 2012/03/24 01:36:50 matt 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.37 matt SUBDIR= bin dev examples fs games include kernel lib libexec net 11 1.36 jruoho SUBDIR+= rump sbin sys usr.bin usr.sbin 12 1.10 pooka 13 1.31 mrg . if ${MKKMOD} != "no" 14 1.10 pooka SUBDIR+= modules 15 1.19 mrg . endif 16 1.19 mrg 17 1.33 mrg . if ${MKCRYPTO} != "no" 18 1.33 mrg SUBDIR+= crypto 19 1.33 mrg . endif 20 1.33 mrg 21 1.37 matt . if ${MKIPFILTER} != "no" 22 1.37 matt SUBDIR+= ipf 23 1.37 matt . endif 24 1.37 matt 25 1.25 njoly .include <bsd.test.mk> 26 1.28 pgoyette 27 1.28 pgoyette .else 28 1.9 gmcgarry 29 1.1 jmmv .include <bsd.subdir.mk> 30 1.28 pgoyette .endif 31