1994-05-27 12:39:25 +00:00
|
|
|
# @(#)Makefile 8.1 (Berkeley) 6/4/93
|
1999-04-06 23:40:25 +00:00
|
|
|
# $Id: Makefile,v 1.5 1997/02/22 14:21:24 peter Exp $
|
1994-05-27 12:39:25 +00:00
|
|
|
|
|
|
|
PROG= fingerd
|
1999-04-06 23:40:25 +00:00
|
|
|
DPADD= ${LIBUTIL}
|
|
|
|
LDADD= -lutil
|
1994-08-05 21:24:58 +00:00
|
|
|
MAN8= fingerd.8
|
1994-05-27 12:39:25 +00:00
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|