xref: /freebsd/libexec/fingerd/Makefile (revision b52b9d56d4e96089873a75f9e29062eec19fabba)
1#	@(#)Makefile	8.1 (Berkeley) 6/4/93
2# $FreeBSD$
3
4PROG=	fingerd
5DPADD=	${LIBUTIL}
6LDADD=	-lutil
7MAN=	fingerd.8
8
9WFORMAT=0
10
11.include <bsd.prog.mk>
12