indent(1): Use NULL instead of zero for pointers.
[freebsd-src.git] / libexec / fingerd / Makefile
blob09f91419051fc87de1996c527773d986f2895e16
1 # @(#)Makefile 8.1 (Berkeley) 6/4/93
2 # $FreeBSD$
4 .include <src.opts.mk>
6 PROG= fingerd
7 LIBADD= util
8 MAN= fingerd.8
10 WARNS?= 2
11 WFORMAT=0
13 .if ${MK_BLACKLIST_SUPPORT} != "no"
14 CFLAGS+= -DUSE_BLACKLIST -I${SRCTOP}/contrib/blacklist/include
15 LIBADD+= blacklist
16 LDFLAGS+=-L${LIBBLACKLISTDIR}
17 .endif
19 .include <bsd.prog.mk>