aboutsummaryrefslogblamecommitdiff
path: root/usr.sbin/tcpdchk/Makefile
blob: 93fc23169ea001b88c161ed9a42a55ea0d0f7553 (plain) (tree)
1
2
3
4
5
6
7
8
9
 
                      
 
                                     
 

                    
               
                 

                                               
                                             
                                                                   
                                                                           
                               

               
 

         
            
 
                      

.include <src.opts.mk>

.PATH: ${SRCTOP}/contrib/tcp_wrappers

PACKAGE=	tcpd

PROG=	tcpdchk
MAN=	tcpdchk.8
SRCS=	tcpdchk.c fakelog.c inetcf.c scaffold.c

CFLAGS+=-DREAL_DAEMON_DIR=\"${LIBEXECDIR}\" \
	-DSEVERITY=LOG_INFO -DRFC931_TIMEOUT=10 -DPROCESS_OPTIONS \
	-DHOSTS_DENY=\"/etc/hosts.deny\" -DHOSTS_ALLOW=\"/etc/hosts.allow\"
.if ${MK_INET6_SUPPORT} != "no"
CFLAGS+=-DINET6
.endif

WARNS?=	0

LIBADD=	wrap

.include <bsd.prog.mk>