summaryrefslogtreecommitdiffstats
path: root/dm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'dm/Makefile')
-rw-r--r--dm/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/dm/Makefile b/dm/Makefile
index ba5ec823..d32cad7c 100644
--- a/dm/Makefile
+++ b/dm/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.7 1995/03/21 15:09:02 cgd Exp $
+# $NetBSD: Makefile,v 1.8 1997/11/19 08:23:37 mrg Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
# -DLOG log games
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>