1 # $NetBSD: Makefile,v 1.6 2011/09/08 18:44:38 jmmv Exp $
6 TESTSDIR
= ${TESTSBASE}/lib
/libcurses
12 SRCS
= slave.c commands.c curses_commands.c
14 CPPFLAGS
+= -g
-I
${.CURDIR
} -I.
-I
${.CURDIR
}/..
/director
15 LDADD
+= -lcurses
-lterminfo
-Wl
,--no-fatal-warnings
17 COPTS.curses_commands.c
+= -Wno-format-nonliteral
18 CWARNFLAGS.clang
+= -Wno-format
20 .
include <bsd.
test.mk
>