Remove building with NOCRYPTO option
[minix.git] / tests / lib / libcurses / director / Makefile
blob6c4d3d7d1932bbe494265a1f56a0cdb565d0a450
1 # $NetBSD: Makefile,v 1.8 2014/01/19 22:09:34 apb Exp $
3 .include <bsd.own.mk>
5 ATFFILE= no
6 TESTSDIR= ${TESTSBASE}/lib/libcurses
7 TESTS_C+= director
9 PROG= director
10 NOMAN= "true"
11 #MAN= director.7
12 SRCS= testlang_parse.y testlang_conf.l director.c
14 YHEADER= 1
15 CPPFLAGS+= -I${.CURDIR} -I.
16 DPADD+= ${LIBL}
17 LDADD+= -ll -lutil -lc
19 COPTS.testlang_parse.c += -Wno-uninitialized
20 CWARNFLAGS.clang+= -Wno-format -Wno-conversion
22 .include <bsd.test.mk>