xref: /openbsd/usr.bin/finger/Makefile (revision 73471bf0)
1#	$OpenBSD: Makefile,v 1.2 1996/06/26 05:33:14 deraadt Exp $
2
3PROG=	finger
4SRCS=	finger.c lprint.c net.c sprint.c util.c
5
6.include <bsd.prog.mk>
7