From f0c1bc530637947dbfe33a58a6ca0b193c1dcead Mon Sep 17 00:00:00 2001 From: ache Date: Wed, 24 Sep 1997 09:56:34 +0000 Subject: Back out previous fix (not work) and add more general SUIDGAME hook instead --- games/Makefile.inc | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'games') diff --git a/games/Makefile.inc b/games/Makefile.inc index 8c51e8e..43c031a 100644 --- a/games/Makefile.inc +++ b/games/Makefile.inc @@ -2,8 +2,14 @@ BINGRP= games .if defined(HIDEGAME) -BINDIR?= /usr/games/hide -BINMODE?= 550 +BINDIR= /usr/games/hide +.if defined(SUIDGAME) +BINOWN= games +BINMODE= 4550 +INSTALLFLAGS+= -fschg +.else +BINMODE= 550 +.endif .else BINDIR= /usr/games .endif -- cgit v1.1