Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Jan 2017 18:14:50 +0000 (UTC)
From:      Ngie Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r312392 - head/lib/libwrap
Message-ID:  <201701181814.v0IIEoHr067791@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ngie
Date: Wed Jan 18 18:14:50 2017
New Revision: 312392
URL: https://svnweb.freebsd.org/changeset/base/312392

Log:
  Use SRCTOP instead of .CURDIR-relative path in .PATH directive
  
  MFC after:	3 weeks
  Sponsored by:	Dell EMC Isilon

Modified:
  head/lib/libwrap/Makefile

Modified: head/lib/libwrap/Makefile
==============================================================================
--- head/lib/libwrap/Makefile	Wed Jan 18 17:55:49 2017	(r312391)
+++ head/lib/libwrap/Makefile	Wed Jan 18 18:14:50 2017	(r312392)
@@ -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?201701181814.v0IIEoHr067791>