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