]> git.cameronkatri.com Git - bsdgames-darwin.git/blob - Makefile.inc
Make the default WARNS for games 4. The only game that needs to set WARNS
[bsdgames-darwin.git] / Makefile.inc
1 # $NetBSD: Makefile.inc,v 1.13 2008/01/28 07:03:58 dholland Exp $
2 # @(#)Makefile.inc 8.1 (Berkeley) 5/31/93
3
4 MKHIDEGAME?= no
5
6 .if defined(HIDEGAME) && (MKHIDEGAME!=no) && defined(PROG)
7 BINDIR= /usr/games/hide
8 BINGRP= games
9 .if defined(SETGIDGAME)
10 USE_FORT?= yes
11 BINMODE= 2550
12 .else
13 BINMODE= 550
14 .endif
15 SYMLINKS+= dm /usr/games/${PROG}
16 .else
17 BINDIR= /usr/games
18 .if defined(SETGIDGAME)
19 BINGRP= games
20 BINMODE= 2555
21 .endif
22 .endif
23 WARNS?= 4