NetBSD/games/dm/Makefile
cgd 247aa8acb6 dm should be suid games. note that perms on /usr/games are wrong,
and will be, until we get the mtree setup working (and get rid of
the install -d's for directories...)
1993-10-12 21:23:51 +00:00

15 lines
248 B
Makefile

# from: @(#)Makefile 5.7 (Berkeley) 9/30/90
# $Id: Makefile,v 1.3 1993/10/12 21:23:51 cgd Exp $
# -DLOG log games
PROG= dm
MAN8= dm.0
MAN5= dm.conf.0
BINOWN= games
BINGRP= kmem
BINMODE=6555
DPADD= ${LIBUTIL}
LDADD= -lutil
.include <bsd.prog.mk>