summaryrefslogtreecommitdiff
path: root/games/dm/Makefile
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-12-19 23:08:54 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-12-19 23:08:54 +0000
commit77c6ec638ca08bb10e4d334daa8b2bedfca9b7d1 (patch)
tree125ae54784013ecba89def772895ba8ca1c3250f /games/dm/Makefile
parente666495d5bec1a6aebe384303efe5f31db6aed2b (diff)
gid games
Diffstat (limited to 'games/dm/Makefile')
-rw-r--r--games/dm/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/dm/Makefile b/games/dm/Makefile
index ba5ec82388a..6354b4939a9 100644
--- a/games/dm/Makefile
+++ b/games/dm/Makefile
@@ -5,7 +5,7 @@
PROG= dm
MAN= dm.8 dm.conf.5
# shouldn't be necessary; just in case.
-BINOWN= games
-BINMODE=4555
+BINGRP= games
+BINMODE=2555
.include <bsd.prog.mk>