1 # $NetBSD: Makefile,v 1.37 2012/03/24 01:36:50 matt Exp $ 2 3 .include <bsd.own.mk> 4 5 .if ${MKATF} != "no" 6 7 TESTSDIR= ${TESTSBASE} 8 ATFFILE= yes 9 10 SUBDIR= bin dev examples fs games include kernel lib libexec net 11 SUBDIR+= rump sbin sys usr.bin usr.sbin 12 13 . if ${MKKMOD} != "no" 14 SUBDIR+= modules 15 . endif 16 17 . if ${MKCRYPTO} != "no" 18 SUBDIR+= crypto 19 . endif 20 21 . if ${MKIPFILTER} != "no" 22 SUBDIR+= ipf 23 . endif 24 25 .include <bsd.test.mk> 26 27 .else 28 29 .include <bsd.subdir.mk> 30 .endif 31