NetBSD/games/Makefile.inc

27 lines
625 B
PHP
Raw Permalink Normal View History

# $NetBSD: Makefile.inc,v 1.16 2014/03/23 00:17:40 dholland Exp $
1995-03-21 15:04:10 +03:00
# @(#)Makefile.inc 8.1 (Berkeley) 5/31/93
1993-03-21 12:45:37 +03:00
MKHIDEGAME?= no
.if defined(HIDEGAME) && (${MKHIDEGAME} != no) && defined(PROG)
BINDIR= /usr/games/hide
BINGRP= games
1997-11-20 03:12:30 +03:00
.if defined(SETGIDGAME)
2007-05-28 16:06:17 +04:00
USE_FORT?= yes
BINMODE= 2550
1997-11-20 03:12:30 +03:00
.else
BINMODE= 550
1997-11-20 03:12:30 +03:00
.endif
SYMLINKS+= dm /usr/games/${PROG}
1993-03-21 12:45:37 +03:00
.else
BINDIR= /usr/games
.if defined(SETGIDGAME)
BINGRP= games
BINMODE= 2555
.endif
1993-03-21 12:45:37 +03:00
.endif
# Note: do not bother with WARNS=6 until -Wconversion is either
# removed from WARNS=6 or rendered useful by improving gcc; as it is
# (with gcc48) it produces buckets of drivel.
WARNS?= 5