svn commit: r312392 - head/lib/libwrap

Ngie Cooper ngie at FreeBSD.org
Wed Jan 18 18:14:52 UTC 2017


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 \


More information about the svn-src-head mailing list