Allow ``make BINDIR=/foo/games'' to work.
This commit is contained in:
parent
b7b8620d00
commit
13142cebdc
@ -1,9 +1,10 @@
|
||||
# @(#)Makefile.inc 8.1 (Berkeley) 5/31/93
|
||||
|
||||
BINGRP= games
|
||||
BINDIR?= /usr/games
|
||||
|
||||
.if defined(HIDEGAME)
|
||||
BINDIR?= /usr/games/hide
|
||||
GBINDIR:= ${BINDIR}
|
||||
BINDIR:= ${BINDIR}/hide
|
||||
BINMODE= 550
|
||||
.else
|
||||
BINDIR= /usr/games
|
||||
.endif
|
||||
|
3
games/fortune/Makefile.inc
Normal file
3
games/fortune/Makefile.inc
Normal file
@ -0,0 +1,3 @@
|
||||
.if exists(${.CURDIR}/../../Makefile.inc)
|
||||
.include "${.CURDIR}/../../Makefile.inc"
|
||||
.endif
|
Loading…
x
Reference in New Issue
Block a user