aboutsummaryrefslogtreecommitdiff
path: root/games/bs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/bs/Makefile')
-rw-r--r--games/bs/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/bs/Makefile b/games/bs/Makefile
index 31498f4b9c88..876e50272e80 100644
--- a/games/bs/Makefile
+++ b/games/bs/Makefile
@@ -1,8 +1,9 @@
-# $Id$
+# $Id: Makefile,v 1.3 1997/02/22 14:46:48 peter Exp $
PROG= bs
MAN6= bs.6
DPADD= ${LIBNCURSES} ${LIBMYTINFO}
LDADD= -lncurses -lmytinfo
+HIDEGAME=hidegame
.include <bsd.prog.mk>