Home | History | Annotate | Line # | Download | only in games
Makefile.inc revision 1.5
      1 #	$NetBSD: Makefile.inc,v 1.5 1997/10/11 19:55:46 veego Exp $
      2 #	@(#)Makefile.inc	8.1 (Berkeley) 5/31/93
      3 
      4 
      5 BINOWN?=	games
      6 .if defined(HIDEGAME)
      7 BINDIR?=	/usr/games/hide
      8 BINMODE?=	4700
      9 .if defined(PROG)
     10 SYMLINKS+=	dm /usr/games/${PROG}
     11 .endif
     12 .else
     13 BINDIR?=	/usr/games
     14 .endif
     15 
     16