svn commit: r315094 - head/sbin/setkey

Ngie Cooper ngie at FreeBSD.org
Sun Mar 12 02:21:18 UTC 2017


Author: ngie
Date: Sun Mar 12 02:21:16 2017
New Revision: 315094
URL: https://svnweb.freebsd.org/changeset/base/315094

Log:
  Delete duplicate -I <SRCTOP>/lib/libipsec added in r171135
  
  It's already handled earlier on in the Makefile, per the change made
  in r80029.
  
  MFC after:	1 month
  Sponsored by:	Dell EMC Isilon

Modified:
  head/sbin/setkey/Makefile

Modified: head/sbin/setkey/Makefile
==============================================================================
--- head/sbin/setkey/Makefile	Sun Mar 12 00:52:16 2017	(r315093)
+++ head/sbin/setkey/Makefile	Sun Mar 12 02:21:16 2017	(r315094)
@@ -46,7 +46,7 @@ CLEANFILES=	y.tab.c y.tab.h key_test.o k
 # ipsec_strerror.c is for avoiding shlib reference to non-exported function.
 .PATH: ${SRCTOP}/lib/libipsec ${SRCTOP}/sys/netipsec
 SRCS+= pfkey.c pfkey_dump.c key_debug.c ipsec_strerror.c
-CFLAGS+= -I${SRCTOP}/lib/libipsec -I${SRCTOP}/sys/netipsec
+CFLAGS+= -I${SRCTOP}/sys/netipsec
 
 SRCS+=	y.tab.h
 y.tab.h: parse.y


More information about the svn-src-all mailing list