]> git.cameronkatri.com Git - bsdgames-darwin.git/blob - dm/Makefile
utmpx support.
[bsdgames-darwin.git] / dm / Makefile
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
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: ${.CURDIR}/../../usr.bin/who
13 CPPFLAGS+=-I${.CURDIR}/../../usr.bin/who -DSUPPORT_UTMPX -DSUPPORT_UTMP
14
15 .include <bsd.prog.mk>