1 # $NetBSD: Makefile,v 1.7 2014/01/19 21:50:17 apb Exp $
6 TESTSDIR
= ${TESTSBASE}/lib
/libcurses
12 SRCS
= slave.c commands.c curses_commands.c
14 CPPFLAGS
+= -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
>