blob: 3ac24ff4410ad2985bc7d185d4ee3f968add6960 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# $NetBSD: Makefile,v 1.2 2016/02/05 10:16:12 roy Exp $
.include <bsd.own.mk>
TEST_SUBDIRS=
.if ${MKATF} != "no"
TEST_SUBDIRS+= tests
.endif
SUBDIR= lib .WAIT ${TEST_SUBDIRS}
.include <bsd.subdir.mk>
|