summaryrefslogtreecommitdiffstats
path: root/testpat/Makefile
diff options
context:
space:
mode:
authornat <nat@NetBSD.org>2021-01-02 03:21:39 +0000
committernat <nat@NetBSD.org>2021-01-02 03:21:39 +0000
commite6d453933c7d1e7aab62f4d627dd5a1cb105a7b0 (patch)
tree5e4ec156f0f991b90b9a551dcb7474be1127ba00 /testpat/Makefile
parente96dede3c9ce08bd15f78e85132f88076cff177d (diff)
downloadbsdgames-darwin-e6d453933c7d1e7aab62f4d627dd5a1cb105a7b0.tar.gz
bsdgames-darwin-e6d453933c7d1e7aab62f4d627dd5a1cb105a7b0.tar.zst
bsdgames-darwin-e6d453933c7d1e7aab62f4d627dd5a1cb105a7b0.zip
Add testpat(6) to games.
Testpat displays a test pattern in curses(3).
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>