[BACK]Return to Makefile.inc CVS log [TXT][DIR] Up to [local] / src / games

File: [local] / src / games / Makefile.inc (download)

Revision 1.1.1.1 (vendor branch), Wed Oct 18 08:48:35 1995 UTC (28 years, 8 months ago) by deraadt
CVS Tags: netbsd_1_1, OPENBSD_2_0_BASE, OPENBSD_2_0
Changes since 1.1: +0 -0 lines

initial import of NetBSD tree

#	$NetBSD: Makefile.inc,v 1.3 1995/03/21 12:04:12 cgd Exp $
#	@(#)Makefile.inc	8.1 (Berkeley) 5/31/93

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