Deleted Added
full compact
Makefile (115834) Makefile (117980)
1# $FreeBSD: head/usr.sbin/tcpdchk/Makefile 115834 2003-06-04 15:58:03Z markm $
1# $FreeBSD: head/usr.sbin/tcpdchk/Makefile 117980 2003-07-24 19:58:56Z markm $
2
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\" \
2
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 \
10 -DSEVERITY=LOG_INFO -DRFC931_TIMEOUT=10 -DPROCESS_OPTIONS \
11 -DHOSTS_DENY=\"/etc/hosts.deny\" -DHOSTS_ALLOW=\"/etc/hosts.allow\"
12.if !defined(NOINET6)
13CFLAGS+=-DINET6
14.endif
15
16DPADD= ${LIBWRAP}
17LDADD= -lwrap
18
19.include <bsd.prog.mk>
11 -DHOSTS_DENY=\"/etc/hosts.deny\" -DHOSTS_ALLOW=\"/etc/hosts.allow\"
12.if !defined(NOINET6)
13CFLAGS+=-DINET6
14.endif
15
16DPADD= ${LIBWRAP}
17LDADD= -lwrap
18
19.include <bsd.prog.mk>