xref: /freebsd/libexec/fingerd/Makefile (revision d0bd1251350a0564fb20f0044f061f1c6b6079c2)
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