freebsd-dev/libexec/fingerd/Makefile

13 lines
156 B
Makefile
Raw Normal View History

1994-05-27 12:39:25 +00:00
# @(#)Makefile 8.1 (Berkeley) 6/4/93
1999-08-28 00:22:10 +00:00
# $FreeBSD$
1994-05-27 12:39:25 +00:00
PROG= fingerd
1999-04-06 23:40:25 +00:00
DPADD= ${LIBUTIL}
LDADD= -lutil
MAN= fingerd.8
2004-03-29 09:29:51 +00:00
WARNS?= 2
1994-05-27 12:39:25 +00:00
WFORMAT=0
1994-05-27 12:39:25 +00:00
.include <bsd.prog.mk>