Makefile revision 1.9
11.9Schristos# $NetBSD: Makefile,v 1.9 2002/08/02 03:06:24 christos Exp $ 21.7Scgd# @(#)Makefile 8.1 (Berkeley) 5/31/93 31.1Scgd 41.1Scgd# -DLOG log games 51.1ScgdPROG= dm 61.9SchristosSRCS= dm.c utmpentry.c 71.6ScgdMAN= dm.8 dm.conf.5 81.7Scgd# shouldn't be necessary; just in case. 91.8SmrgBINGRP= games 101.8SmrgBINMODE=2555 111.9Schristos 121.9Schristos.PATH.c: ${.CURDIR}/../../usr.bin/who 131.9SchristosCPPFLAGS+=-I${.CURDIR}/../../usr.bin/who -DSUPPORT_UTMPX -DSUPPORT_UTMP 141.1Scgd 151.1Scgd.include <bsd.prog.mk> 16