Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Feb 2017 08:35:05 +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-10@freebsd.org
Subject:   svn commit: r313432 - stable/10/lib/libwrap
Message-ID:  <201702080835.v188Z5M2055183@repo.freebsd.org>

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

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

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

Modified: stable/10/lib/libwrap/Makefile
==============================================================================
--- stable/10/lib/libwrap/Makefile	Wed Feb  8 08:34:59 2017	(r313431)
+++ stable/10/lib/libwrap/Makefile	Wed Feb  8 08:35:05 2017	(r313432)
@@ -14,7 +14,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.v188Z5M2055183>