summaryrefslogtreecommitdiff
path: root/TEST/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'TEST/Makefile')
-rw-r--r--TEST/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/TEST/Makefile b/TEST/Makefile
new file mode 100644
index 0000000..0118710
--- /dev/null
+++ b/TEST/Makefile
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.2 2003/12/05 13:37:48 lukem Exp $
+
+NOMAN=1
+PROG=test
+CPPFLAGS=-I${.CURDIR}/..
+LDADD+=-ledit -ltermcap
+DPADD+=${LIBEDIT} ${LIBTERMCAP}
+
+.ifdef DEBUG
+CPPFLAGS+=-DDEBUG
+.endif
+
+.include <bsd.prog.mk>