Home | History | Annotate | Line # | Download | only in games
Makefile.inc revision 1.1.1.2
      1 #	@(#)Makefile.inc	8.1 (Berkeley) 5/31/93
      2 
      3 BINOWN?=	games
      4 .if defined(HIDEGAME)
      5 BINDIR?=	/usr/games/hide
      6 BINMODE?=	4700
      7 .else
      8 BINDIR?=	/usr/games
      9 .endif
     10