Makefile revision 1.6
11.6Schristos#	$NetBSD: Makefile,v 1.6 2002/08/02 00:10:40 christos Exp $
21.4Smrg#	from: @(#)Makefile	8.1 (Berkeley) 6/6/93
31.1Scgd
41.1ScgdPROG=	finger
51.6SchristosSRCS=	finger.c lprint.c net.c sprint.c util.c utmpentry.c
61.5Sitojun
71.6Schristos.PATH.c: ${.CURDIR}/../../usr.bin/who
81.6SchristosCPPFLAGS+=-I${.CURDIR}/../../usr.bin/who -DSUPPORT_UTMPX -DSUPPORT_UTMP -DINET6
91.1Scgd
101.1Scgd.include <bsd.prog.mk>
11