Deleted Added
full compact
Makefile (139115) Makefile (156813)
1# $FreeBSD: head/usr.sbin/tcpdchk/Makefile 139115 2004-12-21 10:49:29Z ru $
1# $FreeBSD: head/usr.sbin/tcpdchk/Makefile 156813 2006-03-17 18:54:44Z ru $
2
2
3.include <bsd.own.mk>
4
3.PATH: ${.CURDIR}/../../contrib/tcp_wrappers
4
5PROG= tcpdchk
6MAN= tcpdchk.8
7SRCS= tcpdchk.c fakelog.c inetcf.c scaffold.c
8
9CFLAGS+=-DREAL_DAEMON_DIR=\"/usr/libexec\" \
10 -DSEVERITY=LOG_INFO -DRFC931_TIMEOUT=10 -DPROCESS_OPTIONS \
11 -DHOSTS_DENY=\"/etc/hosts.deny\" -DHOSTS_ALLOW=\"/etc/hosts.allow\"
5.PATH: ${.CURDIR}/../../contrib/tcp_wrappers
6
7PROG= tcpdchk
8MAN= tcpdchk.8
9SRCS= tcpdchk.c fakelog.c inetcf.c scaffold.c
10
11CFLAGS+=-DREAL_DAEMON_DIR=\"/usr/libexec\" \
12 -DSEVERITY=LOG_INFO -DRFC931_TIMEOUT=10 -DPROCESS_OPTIONS \
13 -DHOSTS_DENY=\"/etc/hosts.deny\" -DHOSTS_ALLOW=\"/etc/hosts.allow\"
12.if !defined(NO_INET6)
14.if ${MK_INET6_SUPPORT} != "no"
13CFLAGS+=-DINET6
14.endif
15
16DPADD= ${LIBWRAP}
17LDADD= -lwrap
18
19.include <bsd.prog.mk>
15CFLAGS+=-DINET6
16.endif
17
18DPADD= ${LIBWRAP}
19LDADD= -lwrap
20
21.include <bsd.prog.mk>