Makefile revision 1.18
1# $NetBSD: Makefile,v 1.18 2009/11/05 17:34:25 dyoung Exp $ 2 3.include <bsd.own.mk> 4 5SUBDIR= crypto fs games ipf kernel lib libexec net rump syscall util 6 7.if ${MACHINE} != "evbppc" && ${MKKMOD} != "no" 8SUBDIR+= modules 9.endif 10 11TESTSDIR= ${TESTSBASE} 12 13.include <bsd.test.mk> 14.include <bsd.subdir.mk> 15