summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2017-02-08 08:34:59 +0000
committerngie <ngie@FreeBSD.org>2017-02-08 08:34:59 +0000
commit49bbaf068c44a7d568a6faef7f0db7966251a68e (patch)
treef9ca6b140f07cf4b4df6643ddbb4007412cde89c /lib
parent701e4f0dd8803e45a41ca28d4c1a2f4278dfbda4 (diff)
downloadFreeBSD-src-49bbaf068c44a7d568a6faef7f0db7966251a68e.zip
FreeBSD-src-49bbaf068c44a7d568a6faef7f0db7966251a68e.tar.gz
MFC r312392:
Use SRCTOP instead of .CURDIR-relative path in .PATH directive
Diffstat (limited to 'lib')
-rw-r--r--lib/libwrap/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libwrap/Makefile b/lib/libwrap/Makefile
index b2253d8..180ef35 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 \
OpenPOWER on IntegriCloud