Home | History | Annotate | Line # | Download | only in games
Makefile.inc revision 1.10
      1 #	$NetBSD: Makefile.inc,v 1.10 2002/01/27 00:08:49 perry Exp $
      2 #	@(#)Makefile.inc	8.1 (Berkeley) 5/31/93
      3 
      4 .if defined(HIDEGAME) && defined(PROG)
      5 BINDIR=		/usr/games/hide
      6 BINGRP=		games
      7 .if defined(SETGIDGAME)
      8 BINMODE=	2550
      9 .else
     10 BINMODE=	550
     11 .endif
     12 SYMLINKS+=	dm /usr/games/${PROG}
     13 .else
     14 BINDIR=		/usr/games
     15 .if defined(SETGIDGAME)
     16 BINGRP=		games
     17 BINMODE=	2555
     18 .endif
     19 .endif
     20 WARNS?=		1
     21