Author: ngie
Date: Thu May 18 06:15:42 2017
New Revision: 318440
URL: https://svnweb.freebsd.org/changeset/base/318440

Log:
  Normalize SYSDIR on SRCTOP instead of .CURDIR
  
  This is being done to simplify pathing for CFLAGS and source files.
  
  MFC after:    2 weeks
  Sponsored by: Dell EMC Isilon

Modified:
  head/sys/modules/dtrace/dtaudit/Makefile

Modified: head/sys/modules/dtrace/dtaudit/Makefile
==============================================================================
--- head/sys/modules/dtrace/dtaudit/Makefile    Thu May 18 06:13:29 2017        
(r318439)
+++ head/sys/modules/dtrace/dtaudit/Makefile    Thu May 18 06:15:42 2017        
(r318440)
@@ -1,6 +1,6 @@
 # $FreeBSD$
 
-SYSDIR?=       ${.CURDIR}/../../..
+SYSDIR?=       ${SRCTOP}/sys
 
 .PATH:         ${SYSDIR}/security/audit
 
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to