]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - Makefile.inc
Remove unnecessary casts, and add necessary ones for printf arguments.
[bsdgames-darwin.git] / Makefile.inc
index fb796286db7f83fffdf43657f32a7af7a98fc27b..68a953cf8c437549b465e64c64a7edf0860d3b36 100644 (file)
@@ -1,11 +1,16 @@
-#      $NetBSD: Makefile.inc,v 1.4 1997/03/27 09:08:58 mycroft Exp $
+#      $NetBSD: Makefile.inc,v 1.9 1997/11/20 00:12:30 mrg Exp $
 #      @(#)Makefile.inc        8.1 (Berkeley) 5/31/93
 
-BINOWN?=       games
-.if defined(HIDEGAME)
+.if defined(HIDEGAME) && defined(PROG)
 BINDIR?=       /usr/games/hide
-BINMODE?=      4700
+BINGRP?=       games
+.if defined(SETGIDGAME)
+BINMODE?=      2550
+.else
+BINMODE?=      550
+.endif
 SYMLINKS+=     dm /usr/games/${PROG}
 .else
 BINDIR?=       /usr/games
 .endif
+WARNS?=                1