]> git.cameronkatri.com Git - bsdgames-darwin.git/blob - Makefile.inc
move the ) to after the 3rd arg to open. weeeeee!
[bsdgames-darwin.git] / Makefile.inc
1 # $NetBSD: Makefile.inc,v 1.3 1995/03/21 12:04:12 cgd Exp $
2 # @(#)Makefile.inc 8.1 (Berkeley) 5/31/93
3
4 BINOWN?= games
5 .if defined(HIDEGAME)
6 BINDIR?= /usr/games/hide
7 BINMODE?= 4700
8 .else
9 BINDIR?= /usr/games
10 .endif