summaryrefslogtreecommitdiffstats
path: root/libexec/tcpd/Makefile
blob: 74c689174136207bd1a6fb71ca4f4beb453d491a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# $FreeBSD$

MAINTAINER=	markm@FreeBSD.org

PROG=	tcpd
MAN=	tcpd.8
CFLAGS+=-DREAL_DAEMON_DIR=\"/usr/libexec\" \
	-DSEVERITY=LOG_INFO -DRFC931_TIMEOUT=10 \
	-DHOSTS_DENY=\"/etc/hosts.deny\" -DHOSTS_ALLOW=\"/etc/hosts.allow\" \
	-DFACILITY=LOG_DAEMON
.if !defined(NOINET6)
CFLAGS+=-DINET6
.endif

DPADD=	${LIBWRAP}
LDADD=	-lwrap

.include <bsd.prog.mk>

.PATH:	${.CURDIR}/../../contrib/tcp_wrappers
OpenPOWER on IntegriCloud