freebsd-src/libexec/fingerd/Makefile

13 lines
156 B
Makefile
Raw Normal View History

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