mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 07:14:14 -05:00
-DNOFSCHG disables installation of libs with flag schg GAMEGRP change the group with which games are installed also organize the binary section into alphebetical order some what..
10 lines
197 B
Makefile
10 lines
197 B
Makefile
# @(#)Makefile.inc 8.1 (Berkeley) 5/31/93
|
|
|
|
BINGRP= ${GAMEGRP}
|
|
BINDIR?= /usr/games
|
|
|
|
.if defined(HIDEGAME)
|
|
GBINDIR:= ${BINDIR}
|
|
BINDIR:= ${BINDIR}/hide
|
|
BINMODE= 550
|
|
.endif
|