2016-02-05 13:16:12 +03:00
|
|
|
# $NetBSD: Makefile,v 1.2 2016/02/05 10:16:12 roy Exp $
|
2015-09-24 17:12:47 +03:00
|
|
|
|
2016-02-05 13:16:12 +03:00
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
|
|
|
TEST_SUBDIRS=
|
|
|
|
.if ${MKATF} != "no"
|
|
|
|
TEST_SUBDIRS+= tests
|
|
|
|
.endif
|
|
|
|
|
|
|
|
SUBDIR= lib .WAIT ${TEST_SUBDIRS}
|
2015-09-24 17:12:47 +03:00
|
|
|
|
|
|
|
.include <bsd.subdir.mk>
|