Home | History | Annotate | Line # | Download | only in games
Makefile.inc revision 1.7.2.2
      1 #	$NetBSD: Makefile.inc,v 1.7.2.2 1997/11/20 09:06:24 mrg 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 .endif
     16 WARNS?=		1
     17