ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/src/trunk/libexec/tcpd/Makefile
(Generate patch)

Comparing trunk/libexec/tcpd/Makefile (file contents):
Revision 11382 by laffer1, Sat Dec 7 23:54:44 2013 UTC vs.
Revision 11383 by laffer1, Sat Jul 7 00:15:34 2018 UTC

# Line 1 | Line 1
1 < # $MidnightBSD: src/libexec/tcpd/Makefile,v 1.3 2012/04/11 01:00:19 laffer1 Exp $
2 < # $FreeBSD: src/libexec/tcpd/Makefile,v 1.4.2.1 2005/11/16 08:01:07 ru Exp $
1 > # $MidnightBSD$
2 > # $FreeBSD: stable/10/libexec/tcpd/Makefile 321267 2017-07-20 00:52:11Z ngie $
3  
4   .include <bsd.own.mk>
5  
6 < .PATH: ${.CURDIR}/../../contrib/tcp_wrappers
6 > .PATH: ${SRCTOP}/contrib/tcp_wrappers
7  
8   PROG=   tcpd
9   MAN=    tcpd.8
10   CSTD?=  c89
11 < CFLAGS+=-DREAL_DAEMON_DIR=\"/usr/libexec\" \
11 > CFLAGS+=-DREAL_DAEMON_DIR=\"${LIBEXECDIR}\" \
12          -DSEVERITY=LOG_INFO -DRFC931_TIMEOUT=10 \
13          -DHOSTS_DENY=\"/etc/hosts.deny\" -DHOSTS_ALLOW=\"/etc/hosts.allow\" \
14          -DFACILITY=LOG_DAEMON

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines