]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - libexec/tcpd/Makefile
This commit was generated by cvs2svn to compensate for changes in r151208,
[FreeBSD/FreeBSD.git] / libexec / tcpd / Makefile
1 # $FreeBSD$
2
3 PROG=   tcpd
4 MAN=    tcpd.8
5 CSTD?=  c89
6 CFLAGS+=-DREAL_DAEMON_DIR=\"/usr/libexec\" \
7         -DSEVERITY=LOG_INFO -DRFC931_TIMEOUT=10 \
8         -DHOSTS_DENY=\"/etc/hosts.deny\" -DHOSTS_ALLOW=\"/etc/hosts.allow\" \
9         -DFACILITY=LOG_DAEMON
10 .if !defined(NO_INET6)
11 CFLAGS+=-DINET6
12 .endif
13
14 DPADD=  ${LIBWRAP}
15 LDADD=  -lwrap
16
17 .include <bsd.prog.mk>
18
19 .PATH:  ${.CURDIR}/../../contrib/tcp_wrappers