NetBSD/games/Makefile.inc

13 lines
276 B
PHP
Raw Normal View History

# $NetBSD: Makefile.inc,v 1.7 1997/10/12 14:21:44 lukem Exp $
1995-03-21 15:04:10 +03:00
# @(#)Makefile.inc 8.1 (Berkeley) 5/31/93
1993-03-21 12:45:37 +03:00
BINOWN?= games
1997-10-12 00:22:10 +04:00
.if defined(HIDEGAME) && defined(PROG)
1993-03-21 12:45:37 +03:00
BINDIR?= /usr/games/hide
BINMODE?= 4700
SYMLINKS+= dm /usr/games/${PROG}
1993-03-21 12:45:37 +03:00
.else
BINDIR?= /usr/games
.endif
WARNS?= 1