]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/tcpdmatch/Makefile
Fix kernel build after fcb3f813f379f544f9cd2a10d18045588da0e132 .
[FreeBSD/FreeBSD.git] / usr.sbin / tcpdmatch / Makefile
1 # $FreeBSD$
2
3 .include <src.opts.mk>
4
5 .PATH: ${SRCTOP}/contrib/tcp_wrappers
6
7 PACKAGE=        tcpd
8
9 PROG=   tcpdmatch
10 MAN=    tcpdmatch.8
11 SRCS=   tcpdmatch.c fakelog.c inetcf.c scaffold.c
12
13 CFLAGS+=-DREAL_DAEMON_DIR=\"${LIBEXECDIR}\" \
14         -DSEVERITY=LOG_INFO -DRFC931_TIMEOUT=10
15 .if ${MK_INET6_SUPPORT} != "no"
16 CFLAGS+=-DINET6
17 .endif
18
19 WARNS?= 0
20
21 LIBADD= wrap
22
23 .include <bsd.prog.mk>