From 4a42ab7ddab29949f4c54bea34241997ffdf6a8d Mon Sep 17 00:00:00 2001 From: Enji Cooper Date: Wed, 18 Jan 2017 18:14:50 +0000 Subject: Use SRCTOP instead of .CURDIR-relative path in .PATH directive MFC after: 3 weeks Sponsored by: Dell EMC Isilon --- lib/libwrap/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libwrap/Makefile b/lib/libwrap/Makefile index b2253d8886359..180ef35b9b95b 100644 --- a/lib/libwrap/Makefile +++ b/lib/libwrap/Makefile @@ -15,7 +15,7 @@ MLINKS= hosts_access.3 hosts_ctl.3 \ hosts_access.3 request_set.3 \ hosts_options.5 hosts.allow.5 -.PATH: ${.CURDIR}/../../contrib/tcp_wrappers +.PATH: ${SRCTOP}/contrib/tcp_wrappers CFLAGS+=-DFACILITY=LOG_AUTH -DHOSTS_ACCESS -DNETGROUP -DDAEMON_UMASK=022 \ -DREAL_DAEMON_DIR=\"${LIBEXECDIR}\" -DPROCESS_OPTIONS \ -- cgit v1.3