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