summaryrefslogtreecommitdiffstats
path: root/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.inc')
-rw-r--r--Makefile.inc6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile.inc b/Makefile.inc
index f75364c7..2ae546a0 100644
--- a/Makefile.inc
+++ b/Makefile.inc
@@ -1,7 +1,9 @@
-# $NetBSD: Makefile.inc,v 1.10 2002/01/27 00:08:49 perry Exp $
+# $NetBSD: Makefile.inc,v 1.11 2002/01/27 00:35:16 perry Exp $
# @(#)Makefile.inc 8.1 (Berkeley) 5/31/93
-.if defined(HIDEGAME) && defined(PROG)
+MKHIDEGAME?= no
+
+.if defined(HIDEGAME) && (MKHIDEGAME!=no) && defined(PROG)
BINDIR= /usr/games/hide
BINGRP= games
.if defined(SETGIDGAME)