xref: /netbsd-src/tests/lib/libcurses/director/Makefile (revision 2a9bf57a9d1fba6f1bbbaa5d317897c4ce39b50f)
1#	$NetBSD: Makefile,v 1.8 2014/01/19 22:09:34 apb Exp $
2#
3.include <bsd.own.mk>
4
5ATFFILE=	no
6TESTSDIR=       ${TESTSBASE}/lib/libcurses
7TESTS_C+=	director
8
9PROG=	director
10NOMAN=	"true"
11#MAN=	director.7
12SRCS=	testlang_parse.y testlang_conf.l director.c
13
14YHEADER=	1
15CPPFLAGS+=	-I${.CURDIR} -I.
16DPADD+=		${LIBL}
17LDADD+=		-ll -lutil -lc
18
19COPTS.testlang_parse.c += -Wno-uninitialized
20CWARNFLAGS.clang+=	-Wno-format -Wno-conversion
21
22.include <bsd.test.mk>
23