Index: head/usr.sbin/tcpdchk/Makefile =================================================================== --- head/usr.sbin/tcpdchk/Makefile (revision 314457) +++ head/usr.sbin/tcpdchk/Makefile (revision 314458) @@ -1,22 +1,22 @@ # $FreeBSD$ .include -.PATH: ${.CURDIR}/../../contrib/tcp_wrappers +.PATH: ${SRCTOP}/contrib/tcp_wrappers PROG= tcpdchk MAN= tcpdchk.8 SRCS= tcpdchk.c fakelog.c inetcf.c scaffold.c CFLAGS+=-DREAL_DAEMON_DIR=\"${LIBEXECDIR}\" \ -DSEVERITY=LOG_INFO -DRFC931_TIMEOUT=10 -DPROCESS_OPTIONS \ -DHOSTS_DENY=\"/etc/hosts.deny\" -DHOSTS_ALLOW=\"/etc/hosts.allow\" .if ${MK_INET6_SUPPORT} != "no" CFLAGS+=-DINET6 .endif WARNS?= 0 LIBADD= wrap .include Index: head/usr.sbin/tcpdmatch/Makefile =================================================================== --- head/usr.sbin/tcpdmatch/Makefile (revision 314457) +++ head/usr.sbin/tcpdmatch/Makefile (revision 314458) @@ -1,21 +1,21 @@ # $FreeBSD$ .include -.PATH: ${.CURDIR}/../../contrib/tcp_wrappers +.PATH: ${SRCTOP}/contrib/tcp_wrappers PROG= tcpdmatch MAN= tcpdmatch.8 SRCS= tcpdmatch.c fakelog.c inetcf.c scaffold.c CFLAGS+=-DREAL_DAEMON_DIR=\"${LIBEXECDIR}\" \ -DSEVERITY=LOG_INFO -DRFC931_TIMEOUT=10 .if ${MK_INET6_SUPPORT} != "no" CFLAGS+=-DINET6 .endif WARNS?= 0 LIBADD= wrap .include