From e96ea26ddd7cdd5dce407a5d3935cf19a909d30b Mon Sep 17 00:00:00 2001 From: Enji Cooper Date: Sun, 12 Mar 2017 02:21:16 +0000 Subject: [PATCH] Delete duplicate -I /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 --- sbin/setkey/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbin/setkey/Makefile b/sbin/setkey/Makefile index 5a9e7863406b..b8b027d04cf9 100644 --- a/sbin/setkey/Makefile +++ b/sbin/setkey/Makefile @@ -46,7 +46,7 @@ CLEANFILES= y.tab.c y.tab.h key_test.o keytest # 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