Home | History | Annotate | Line # | Download | only in director
      1 #	$NetBSD: Makefile,v 1.8 2014/01/19 22:09:34 apb Exp $
      2 #
      3 .include <bsd.own.mk>
      4 
      5 ATFFILE=	no
      6 TESTSDIR=       ${TESTSBASE}/lib/libcurses
      7 TESTS_C+=	director
      8 
      9 PROG=	director
     10 NOMAN=	"true"
     11 #MAN=	director.7
     12 SRCS=	testlang_parse.y testlang_conf.l director.c
     13 
     14 YHEADER=	1
     15 CPPFLAGS+=	-I${.CURDIR} -I.
     16 DPADD+=		${LIBL}
     17 LDADD+=		-ll -lutil -lc
     18 
     19 COPTS.testlang_parse.c += -Wno-uninitialized
     20 CWARNFLAGS.clang+=	-Wno-format -Wno-conversion
     21 
     22 .include <bsd.test.mk>
     23