Sync usage with man page.
[netbsd-mini2440.git] / tests / Makefile
blobe6688ab0e5452d5caae5677b3a9789bb9ca58845
1 # $NetBSD: Makefile,v 1.18 2009/11/05 17:34:25 dyoung Exp $
3 .include <bsd.own.mk>
5 SUBDIR= crypto games ipf util
7 .if ${MKATF} != "no"
8 SUBDIR+= fs net kernel lib libexec rump syscall
10 . if ${MACHINE} != "evbppc" && ${MKKMOD} != "no"
11 SUBDIR+= modules
12 . endif
14 .endif
16 TESTSDIR= ${TESTSBASE}
18 .include <bsd.test.mk>
19 .include <bsd.subdir.mk>