]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/tcpdmatch/Makefile
This commit was generated by cvs2svn to compensate for changes in r137015,
[FreeBSD/FreeBSD.git] / usr.sbin / tcpdmatch / Makefile
1 # $FreeBSD$
2
3 .PATH: ${.CURDIR}/../../contrib/tcp_wrappers
4
5 PROG=   tcpdmatch
6 MAN=    tcpdmatch.8
7 SRCS=   tcpdmatch.c fakelog.c inetcf.c scaffold.c
8
9 CFLAGS+=-DREAL_DAEMON_DIR=\"/usr/libexec\" \
10         -DSEVERITY=LOG_INFO -DRFC931_TIMEOUT=10
11 .if !defined(NOINET6)
12 CFLAGS+=-DINET6
13 .endif
14
15 DPADD=  ${LIBWRAP}
16 LDADD=  -lwrap
17
18 .include <bsd.prog.mk>