mirror of
https://github.com/vattam/BSDGames.git
synced 2025-12-21 03:14:50 +00:00
This commit was manufactured by cvs2svn to create tag
'debian_version_2_14-8'. git-svn-id: file:///srv/svn/joey/bsdgames-tags/debian_version_2_14-8@5231 a4a2c43b-8ac3-0310-8836-e0e880c912e2
This commit is contained in:
@@ -1,16 +1,22 @@
|
||||
# $NetBSD: Makefile.inc,v 1.9 1997/11/20 00:12:30 mrg 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)
|
||||
BINDIR?= /usr/games/hide
|
||||
BINGRP?= games
|
||||
MKHIDEGAME?= no
|
||||
|
||||
.if defined(HIDEGAME) && (MKHIDEGAME!=no) && defined(PROG)
|
||||
BINDIR= /usr/games/hide
|
||||
BINGRP= games
|
||||
.if defined(SETGIDGAME)
|
||||
BINMODE?= 2550
|
||||
BINMODE= 2550
|
||||
.else
|
||||
BINMODE?= 550
|
||||
BINMODE= 550
|
||||
.endif
|
||||
SYMLINKS+= dm /usr/games/${PROG}
|
||||
.else
|
||||
BINDIR?= /usr/games
|
||||
BINDIR= /usr/games
|
||||
.if defined(SETGIDGAME)
|
||||
BINGRP= games
|
||||
BINMODE= 2555
|
||||
.endif
|
||||
.endif
|
||||
WARNS?= 1
|
||||
|
||||
Reference in New Issue
Block a user