mirror of
https://github.com/vattam/BSDGames.git
synced 2025-12-20 19:04:49 +00:00
Initial revision
git-svn-id: file:///srv/svn/joey/bsdgames-trunk@5086 a4a2c43b-8ac3-0310-8836-e0e880c912e2
This commit is contained in:
16
Makefile.inc.bsd
Normal file
16
Makefile.inc.bsd
Normal file
@@ -0,0 +1,16 @@
|
||||
# $NetBSD: Makefile.inc,v 1.9 1997/11/20 00:12:30 mrg Exp $
|
||||
# @(#)Makefile.inc 8.1 (Berkeley) 5/31/93
|
||||
|
||||
.if defined(HIDEGAME) && defined(PROG)
|
||||
BINDIR?= /usr/games/hide
|
||||
BINGRP?= games
|
||||
.if defined(SETGIDGAME)
|
||||
BINMODE?= 2550
|
||||
.else
|
||||
BINMODE?= 550
|
||||
.endif
|
||||
SYMLINKS+= dm /usr/games/${PROG}
|
||||
.else
|
||||
BINDIR?= /usr/games
|
||||
.endif
|
||||
WARNS?= 1
|
||||
Reference in New Issue
Block a user