]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - libexec/fingerd/Makefile
sysctl(9): Fix a few mandoc related issues
[FreeBSD/FreeBSD.git] / libexec / fingerd / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 6/4/93
2 # $FreeBSD$
3
4 .include <src.opts.mk>
5
6 PROG=   fingerd
7 LIBADD= util
8 MAN=    fingerd.8
9
10 WARNS?= 2
11 WFORMAT=0
12
13 .if ${MK_BLACKLIST_SUPPORT} != "no"
14 CFLAGS+= -DUSE_BLACKLIST -I${SRCTOP}/contrib/blacklist/include
15 LIBADD+= blacklist
16 LDFLAGS+=-L${LIBBLACKLISTDIR}
17 .endif
18
19 .include <bsd.prog.mk>