Makefile revision 1.9
1#	$NetBSD: Makefile,v 1.9 2002/08/02 03:06:24 christos Exp $
2#	@(#)Makefile	8.1 (Berkeley) 5/31/93
3
4# -DLOG		log games
5PROG=	dm
6SRCS=	dm.c utmpentry.c
7MAN=	dm.8 dm.conf.5
8# shouldn't be necessary; just in case.
9BINGRP= games
10BINMODE=2555
11
12.PATH.c: ${.CURDIR}/../../usr.bin/who
13CPPFLAGS+=-I${.CURDIR}/../../usr.bin/who -DSUPPORT_UTMPX -DSUPPORT_UTMP
14
15.include <bsd.prog.mk>
16