Makefile revision 1.34
1# $NetBSD: Makefile,v 1.34 2011/11/12 01:19:25 jmmv Exp $ 2 3.include <bsd.own.mk> 4 5.if ${MKATF} != "no" 6 7TESTSDIR= ${TESTSBASE} 8ATFFILE= yes 9 10SUBDIR= dev examples fs games include ipf kernel lib libexec net 11SUBDIR+= rump sbin sys toolchain usr.bin usr.sbin util 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