summaryrefslogtreecommitdiffstats
path: root/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 /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 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 4cef4709..450df04f 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2020/11/10 08:49:08 kamil Exp $
+# $NetBSD: Makefile,v 1.31 2021/01/02 03:21:39 nat Exp $
# @(#)Makefile 8.3 (Berkeley) 7/24/94
# Missing: dungeon
@@ -13,7 +13,7 @@ SUBDIR= adventure arithmetic atc \
dm factor fish fortune gomoku \
hack hals_end hangman hunt larn mille monop morse number \
phantasia pig pom ppt primes quiz \
- rain random robots rogue sail snake tetris trek \
+ rain random robots rogue sail snake testpat tetris trek \
wargames warp worm worms wtf wump
.if ${MKCXX} != "no"