Makefile revision 1.7
1#	$NetBSD: Makefile,v 1.7 2002/08/05 08:04:03 tron Exp $
2#	from: @(#)Makefile	8.1 (Berkeley) 6/6/93
3
4PROG=	finger
5SRCS=	finger.c lprint.c net.c sprint.c util.c utmpentry.c
6
7.PATH.c: ${.CURDIR}/../../usr.bin/who
8CPPFLAGS+=-I${.CURDIR}/../../usr.bin/who -DSUPPORT_UTMPX -DSUPPORT_UTMP -DINET6
9
10CFLAGS+=	-g
11LDFLAGS+=	-g
12
13.include <bsd.prog.mk>
14