]> git.cameronkatri.com Git - bsdgames-darwin.git/blob - dm/Makefile
use NETBSDSRCDIR as appropriate
[bsdgames-darwin.git] / dm / Makefile
1 # $NetBSD: Makefile,v 1.10 2002/09/18 02:51:46 lukem Exp $
2 # @(#)Makefile 8.1 (Berkeley) 5/31/93
3
4 # -DLOG log games
5 PROG= dm
6 SRCS= dm.c utmpentry.c
7 MAN= dm.8 dm.conf.5
8 # shouldn't be necessary; just in case.
9 BINGRP= games
10 BINMODE=2555
11
12 .PATH.c: ${NETBSDSRCDIR}/usr.bin/who
13 CPPFLAGS+=-I${NETBSDSRCDIR}/usr.bin/who -DSUPPORT_UTMPX -DSUPPORT_UTMP
14
15 .include <bsd.prog.mk>