summaryrefslogtreecommitdiffstats
path: root/battlestar/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'battlestar/Makefile')
-rw-r--r--battlestar/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/battlestar/Makefile b/battlestar/Makefile
index f187de46..355ccecc 100644
--- a/battlestar/Makefile
+++ b/battlestar/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 1995/03/21 15:06:38 cgd Exp $
+# $NetBSD: Makefile,v 1.6 1997/11/20 00:12:32 mrg Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
PROG= battlestar
@@ -9,5 +9,6 @@ MAN= battlestar.6
DPADD= ${LIBCURSES} ${LIBTERMCAP}
LDADD= -lcurses -ltermlib
HIDEGAME=hidegame
+SETGIDGAME=yes
.include <bsd.prog.mk>