From e6d453933c7d1e7aab62f4d627dd5a1cb105a7b0 Mon Sep 17 00:00:00 2001 From: nat Date: Sat, 2 Jan 2021 03:21:39 +0000 Subject: Add testpat(6) to games. Testpat displays a test pattern in curses(3). --- testpat/Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 testpat/Makefile (limited to 'testpat/Makefile') 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 -- cgit v1.2.3