Temporarily add a "MKHIDEGAME" variable that by default blocks the

"install some games into /usr/games/hide" dance. This is ?='ed to "no"
at the top of the file.

XXX What we should do ultimately is either add this to bsd.own.mk or
rename it to MKDM and also have it control whether dm(8) is built at all.
This commit is contained in:
perry 2002-01-27 00:35:16 +00:00
parent 12961a1f1e
commit fd7a92b1a7

View File

@ -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)