xref: /freebsd/libexec/fingerd/Makefile (revision d1a0d267b78b542fbd7e6553af2493760f49bfa8)
1#	@(#)Makefile	8.1 (Berkeley) 6/4/93
2# $FreeBSD$
3
4PROG=	fingerd
5LIBADD=	util
6MAN=	fingerd.8
7
8WARNS?=	2
9WFORMAT=0
10
11.include <bsd.prog.mk>
12