mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-28 12:07:10 +01:00
e5b5c66bca
- MAN[1-9] -> MAN.
12 lines
209 B
Makefile
12 lines
209 B
Makefile
# @(#)Makefile.inc 8.1 (Berkeley) 5/31/93
|
|
# $FreeBSD$
|
|
|
|
BINGRP= ${GAMEGRP}
|
|
BINDIR?= /usr/games
|
|
|
|
.if defined(HIDEGAME)
|
|
GBINDIR:= ${BINDIR}
|
|
BINDIR:= ${BINDIR}/hide
|
|
BINMODE= 550
|
|
.endif
|