Use SRCTOP instead of .CURDIR-relative path in .PATH directive

MFC after:	3 weeks
Sponsored by:	Dell EMC Isilon
This commit is contained in:
Enji Cooper 2017-01-18 18:14:50 +00:00
parent 6e02fac9d9
commit 4a42ab7dda
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=312392

View File

@ -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 \