Add missing chown's syscalls family members.
[netbsd-mini2440.git] / games / Makefile.inc
blob4d8b56b6da6fd0f03f8dabf9ed586463a28c98fe
1 #       $NetBSD: Makefile.inc,v 1.11 2002/01/27 00:35:16 perry Exp $
2 #       @(#)Makefile.inc        8.1 (Berkeley) 5/31/93
4 MKHIDEGAME?=    no
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?=         1