Makefile revision 1.1
1# $NetBSD: Makefile,v 1.1 2011/04/10 09:55:10 blymn Exp $ 2# 3.include <bsd.own.mk> 4 5NOATFFILE= true 6TESTSDIR= ${TESTSBASE}/lib/libcurses 7TESTS_C+= slave 8 9PROG= slave 10NOMAN= "true" 11#MAN= slave.7 12SRCS= slave.c commands.c curses_commands.c 13 14CPPFLAGS+= -g -I${.CURDIR} -I. -I${.CURDIR}/../director 15LDADD+= -lcurses 16 17.include <bsd.test.mk> 18