mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 23:19:00 +00:00
16 lines
275 B
Makefile
16 lines
275 B
Makefile
# @(#)Makefile.inc 8.1 (Berkeley) 5/31/93
|
|
|
|
BINGRP= games
|
|
.if defined(HIDEGAME)
|
|
BINDIR= /usr/games/hide
|
|
.if defined(SUIDGAME)
|
|
BINOWN= games
|
|
BINMODE= 4550
|
|
INSTALLFLAGS+= -fschg
|
|
.else
|
|
BINMODE= 550
|
|
.endif
|
|
.else
|
|
BINDIR= /usr/games
|
|
.endif
|