diff options
author | ache <ache@FreeBSD.org> | 1997-09-24 10:00:29 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1997-09-24 10:00:29 +0000 |
commit | 73e522e820d1cc22d5b1a2b2c9d21cba5a3151ef (patch) | |
tree | 3a0d40d2af2ac104163afcc5a485471e06fa3930 /games/hack | |
parent | f0c1bc530637947dbfe33a58a6ca0b193c1dcead (diff) | |
download | FreeBSD-src-73e522e820d1cc22d5b1a2b2c9d21cba5a3151ef.zip FreeBSD-src-73e522e820d1cc22d5b1a2b2c9d21cba5a3151ef.tar.gz |
Use SUIDGAME hook now
Diffstat (limited to 'games/hack')
-rw-r--r-- | games/hack/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/games/hack/Makefile b/games/hack/Makefile index f8693d9..89c2690 100644 --- a/games/hack/Makefile +++ b/games/hack/Makefile @@ -22,11 +22,9 @@ CLEANFILES+= hack.onames.h makedefs # # Need to be suid for created savefiles and bones, they must not be -# altered by user +# altered by user and can't be pre-created # -BINOWN= games -BINMODE= 4550 -INSTALLFLAGS+= -fschg +SUIDGAME=suidgame .depend: hack.onames.h |