Makefile revision 1.36
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 7TESTSDIR= ${TESTSBASE} 8ATFFILE= yes 9 10SUBDIR= bin dev examples fs games include ipf kernel lib libexec net 11SUBDIR+= rump sbin sys usr.bin usr.sbin 12 13. if ${MKKMOD} != "no" 14SUBDIR+= modules 15. endif 16 17. if ${MKCRYPTO} != "no" 18SUBDIR+= crypto 19. endif 20 21.include <bsd.test.mk> 22 23.else 24 25.include <bsd.subdir.mk> 26.endif 27