Do not use \." for comments, always use .\". Discussed with uwe@.
[netbsd-mini2440.git] / tests / Makefile
blob751c942d2be78114b62e05207dacd1c654d3d643
1 # $NetBSD: Makefile,v 1.17 2009/09/24 21:33:45 pooka Exp $
3 .include <bsd.own.mk>
5 SUBDIR= crypto fs games ipf kernel lib libexec net rump syscall util
7 .if ${MACHINE} != "evbppc" && ${MKKMOD} != "no"
8 SUBDIR+= modules
9 .endif
11 TESTSDIR= ${TESTSBASE}
13 .include <bsd.test.mk>
14 .include <bsd.subdir.mk>