]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/tcpdchk/Makefile
This commit was generated by cvs2svn to compensate for changes in r58782,
[FreeBSD/FreeBSD.git] / usr.sbin / tcpdchk / Makefile
1 #
2 # $FreeBSD$
3 #
4
5 MAINTAINER=markm@FreeBSD.org
6
7 PROG=   tcpdchk
8 MAN8=   tcpdchk.8
9 SRCS=   tcpdchk.c fakelog.c inetcf.c scaffold.c
10
11 CFLAGS= -DREAL_DAEMON_DIR=\"/usr/libexec\" \
12         -DSEVERITY=LOG_INFO -DRFC931_TIMEOUT=10 \
13         -DHOSTS_DENY=\"/etc/hosts.deny\" -DHOSTS_ALLOW=\"/etc/hosts.allow\"
14 CFLAGS+=-DINET6 -DUSE_GETIPNODEBY
15
16 DPADD=  ${LIBWRAP}
17 LDADD=  -lwrap
18
19 .PATH:  ${.CURDIR}/../../contrib/tcp_wrappers
20
21 .include <bsd.prog.mk>