Author: ngie
Date: Fri Jan 20 03:57:24 2017
New Revision: 312461
URL: https://svnweb.freebsd.org/changeset/base/312461

Log:
  Use SRCTOP-relative paths to other directories instead of .CURDIR-relative 
ones
  
  This implifies pathing in make/displayed output
  
  MFC after:    3 weeks
  Sponsored by: Dell EMC Isilon

Modified:
  head/lib/libbsm/Makefile

Modified: head/lib/libbsm/Makefile
==============================================================================
--- head/lib/libbsm/Makefile    Fri Jan 20 03:56:42 2017        (r312460)
+++ head/lib/libbsm/Makefile    Fri Jan 20 03:57:24 2017        (r312461)
@@ -3,7 +3,7 @@
 #
 
 PACKAGE=       lib${LIB}
-OPENBSMDIR=            ${.CURDIR}/../../contrib/openbsm
+OPENBSMDIR=            ${SRCTOP}/contrib/openbsm
 _LIBBSMDIR=            ${OPENBSMDIR}/libbsm
 
 LIB=           bsm
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to