11 lines
192 B
Makefile
11 lines
192 B
Makefile
# @(#)Makefile.inc 8.1 (Berkeley) 5/31/93
|
|
|
|
BINGRP= games
|
|
BINDIR?= /usr/games
|
|
|
|
.if defined(HIDEGAME)
|
|
GBINDIR:= ${BINDIR}
|
|
BINDIR:= ${BINDIR}/hide
|
|
BINMODE= 550
|
|
.endif
|