Cross Reference: Makefile
xref: /src/tests/lib/libcurses/director/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/tests/lib/libcurses/director/
Makefile revision 1.8
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

Indexes created Sun Dec 21 11:09:39 GMT 2025