ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/src/trunk/libexec/tcpd/Makefile
Revision: 4849
Committed: Wed Apr 11 01:00:19 2012 UTC (12 years, 1 month ago) by laffer1
File size: 557 byte(s)
Log Message:
oops

File Contents

# Content
1 # $MidnightBSD: src/libexec/tcpd/Makefile,v 1.2 2012/04/11 00:58:36 laffer1 Exp $
2 # $FreeBSD: src/libexec/tcpd/Makefile,v 1.4.2.1 2005/11/16 08:01:07 ru Exp $
3
4 .include <bsd.own.mk>
5
6 .PATH: ${.CURDIR}/../../contrib/tcp_wrappers
7
8 PROG= tcpd
9 MAN= tcpd.8
10 CSTD?= c89
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 -DFACILITY=LOG_DAEMON
15 .if ${MK_INET6_SUPPORT} != "no"
16 CFLAGS+=-DINET6
17 .endif
18
19 DPADD= ${LIBWRAP}
20 LDADD= -lwrap
21
22 .include <bsd.prog.mk>

Properties

Name Value
cvs2svn:cvs-rev 1.3