1 # $NetBSD: Makefile,v 1.36 2012/03/17 17:15:28 jruoho 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 ipf 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 .include <bsd.test.mk> 22 23 .else 24 25 .include <bsd.subdir.mk> 26 .endif 27