svn commit: r313431 - stable/11/lib/libwrap

Ngie Cooper ngie at FreeBSD.org
Wed Feb 8 08:35:01 UTC 2017


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 \


More information about the svn-src-all mailing list