svn commit: r319188 - stable/11/sys/modules/ipsec

Ngie Cooper ngie at FreeBSD.org
Tue May 30 04:36:13 UTC 2017


Author: ngie
Date: Tue May 30 04:36:11 2017
New Revision: 319188
URL: https://svnweb.freebsd.org/changeset/base/319188

Log:
  MFC r318439:
  
  Normalize .PATH on SRCTOP
  
  This will help Jenkins dedupe 9 warnings between the static build and
  the module build of ipsec(4).
  
  Missed in SRCTOP conversion in r314651.
  
  MFC with:	r314651

Modified:
  stable/11/sys/modules/ipsec/Makefile
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/sys/modules/ipsec/Makefile
==============================================================================
--- stable/11/sys/modules/ipsec/Makefile	Tue May 30 04:31:35 2017	(r319187)
+++ stable/11/sys/modules/ipsec/Makefile	Tue May 30 04:36:11 2017	(r319188)
@@ -1,6 +1,6 @@
 # $FreeBSD$
 
-.PATH: ${SRCTOP}/sys/net ${.CURDIR}/../../netipsec
+.PATH: ${SRCTOP}/sys/net ${SRCTOP}/sys/netipsec
 
 KMOD=	ipsec
 SRCS=	if_ipsec.c ipsec.c ipsec_input.c ipsec_mbuf.c ipsec_mod.c \


More information about the svn-src-stable mailing list