freebsd-dev/libexec/fingerd/Makefile

10 lines
178 B
Makefile
Raw Normal View History

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
MAN8= fingerd.8
1994-05-27 12:39:25 +00:00
.include <bsd.prog.mk>