[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / tests

File: [cvs.NetBSD.org] / src / tests / Makefile (download)

Revision 1.11.2.1, Wed May 13 19:19:18 2009 UTC (14 years, 11 months ago) by jym
Branch: jym-xensuspend
Changes since 1.11: +2 -2 lines

Sync with HEAD.

Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html

# $NetBSD: Makefile,v 1.11.2.1 2009/05/13 19:19:18 jym Exp $

.include <bsd.own.mk>

SUBDIR=	crypto fs games ipf kernel net rump syscall util

.if ${MACHINE} != "evbppc"
SUBDIR+= modules
.endif

TESTSDIR=	${TESTSBASE}

.include <bsd.test.mk>
.include <bsd.subdir.mk>