We need a FILESMODE=660 for dm which is now setgid games.

This commit is contained in:
veego 1997-11-29 19:32:30 +00:00
parent 7794512cac
commit e9e298fe14
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.10 1997/11/20 00:12:38 mrg Exp $
# $NetBSD: Makefile,v 1.11 1997/11/29 19:32:30 veego Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
PROG= robots
@ -13,7 +13,7 @@ SETGIDGAME=yes
FILES= /dev/null
FILESNAME=robots_roll
FILESMODE=600
FILESMODE=660
FILESDIR=/var/games
.include <bsd.prog.mk>