summaryrefslogtreecommitdiff
path: root/games/Makefile.inc
blob: 1183187c7b945e89ea216ded220b623b7c2395cd (plain)
1
2
3
4
5
6
7
8
9
#	$OpenBSD: Makefile.inc,v 1.4 1997/09/21 11:35:10 deraadt Exp $

BINGRP?=	games
.if defined(HIDEGAME)
BINDIR?=	/usr/games/hide
BINMODE?=	550
.else
BINDIR?=	/usr/games
.endif