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 \
_______________________________________________
svn-src-stable-10@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-stable-10
To unsubscribe, send any mail to "svn-src-stable-10-unsubscr...@freebsd.org"

Reply via email to