]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - dm/Makefile
Changed deprecated curses call to new equivalent.
[bsdgames-darwin.git] / dm / Makefile
index ba5ec82388ad6e78c7a26032e70dbd8044224f0f..d32cad7c24aafb636177cd87ba8bbd4a524937ae 100644 (file)
@@ -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>