summaryrefslogtreecommitdiffstats
path: root/testpat/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'testpat/Makefile')
-rw-r--r--testpat/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/testpat/Makefile b/testpat/Makefile
new file mode 100644
index 00000000..675cd9b7
--- /dev/null
+++ b/testpat/Makefile
@@ -0,0 +1,8 @@
+# $NetBSD: Makefile,v 1.1 2021/01/02 03:21:39 nat Exp $
+
+PROG= testpat
+MAN= testpat.6
+DPADD= ${LIBMATH} ${LIBCURSES} ${LIBTERMINFO}
+LDADD= -lcurses -lm -lterminfo
+
+.include <bsd.prog.mk>