10 lines
178 B
Makefile
10 lines
178 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/4/93
|
|
# $Id: Makefile,v 1.5 1997/02/22 14:21:24 peter Exp $
|
|
|
|
PROG= fingerd
|
|
DPADD= ${LIBUTIL}
|
|
LDADD= -lutil
|
|
MAN8= fingerd.8
|
|
|
|
.include <bsd.prog.mk>
|