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
|
|
|
|
2016-06-03 07:00:28 +00:00
|
|
|
.include <src.opts.mk>
|
|
|
|
|
1994-05-27 12:39:25 +00:00
|
|
|
PROG= fingerd
|
2014-11-25 21:18:18 +00:00
|
|
|
LIBADD= util
|
2001-03-26 14:22:12 +00:00
|
|
|
MAN= fingerd.8
|
1994-05-27 12:39:25 +00:00
|
|
|
|
2010-01-02 09:50:19 +00:00
|
|
|
WARNS?= 2
|
2002-02-04 02:33:51 +00:00
|
|
|
WFORMAT=0
|
|
|
|
|
2016-06-03 07:00:28 +00:00
|
|
|
.if ${MK_BLACKLIST_SUPPORT} != "no"
|
|
|
|
CFLAGS+= -DUSE_BLACKLIST -I${SRCTOP}/contrib/blacklist/include
|
|
|
|
LIBADD+= blacklist
|
|
|
|
LDFLAGS+=-L${LIBBLACKLISTDIR}
|
|
|
|
.endif
|
|
|
|
|
1994-05-27 12:39:25 +00:00
|
|
|
.include <bsd.prog.mk>
|