Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Feb 2017 08:35:00 +0000 (UTC)
From:      Ngie Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r313431 - stable/11/lib/libwrap
Message-ID:  <201702080835.v188Z0ed055131@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ngie
Date: Wed Feb  8 08:34:59 2017
New Revision: 313431
URL: https://svnweb.freebsd.org/changeset/base/313431

Log:
  MFC r312392:
  
  Use SRCTOP instead of .CURDIR-relative path in .PATH directive

Modified:
  stable/11/lib/libwrap/Makefile
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/lib/libwrap/Makefile
==============================================================================
--- stable/11/lib/libwrap/Makefile	Wed Feb  8 07:09:10 2017	(r313430)
+++ stable/11/lib/libwrap/Makefile	Wed Feb  8 08:34:59 2017	(r313431)
@@ -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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702080835.v188Z0ed055131>