NetBSD/tests/Makefile
jmmv fd2c7cbdc1 Convert libcrypto tests to ATF. Original work done by Lukasz Strzygowski
in the GSoC 2008 atfify project.  Reorganization of files and build system
reworked by me.
2009-02-13 20:58:13 +00:00

15 lines
248 B
Makefile

# $NetBSD: Makefile,v 1.13 2009/02/13 20:58:13 jmmv Exp $
.include <bsd.own.mk>
SUBDIR= crypto fs games net util syscall
.if ${MACHINE} != "evbppc"
SUBDIR+= modules
.endif
TESTSDIR= ${TESTSBASE}
.include <bsd.test.mk>
.include <bsd.subdir.mk>