1
2PROG=	finger
3SRCS=	finger.c lprint.c net.c sprint.c util.c
4MAN=	finger.1 finger.conf.5
5
6.include <bsd.prog.mk>
7