1 # $NetBSD: Makefile,v 1.8 2014/01/19 22:09:34 apb Exp $
6 TESTSDIR
= ${TESTSBASE}/lib
/libcurses
12 SRCS
= testlang_parse.y testlang_conf.l director.c
15 CPPFLAGS
+= -I
${.CURDIR
} -I.
17 LDADD
+= -ll
-lutil
-lc
19 COPTS.testlang_parse.c
+= -Wno-uninitialized
20 CWARNFLAGS.clang
+= -Wno-format
-Wno-conversion
22 .
include <bsd.
test.mk
>