aboutsummaryrefslogtreecommitdiff
path: root/sbin/setkey
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2017-03-12 02:21:16 +0000
committerEnji Cooper <ngie@FreeBSD.org>2017-03-12 02:21:16 +0000
commite96ea26ddd7cdd5dce407a5d3935cf19a909d30b (patch)
tree08fc01ff10eba8ad4415753badcf353e163ffc15 /sbin/setkey
parentaa6b3456340917b91a62b9205e14159e41761caf (diff)
downloadsrc-e96ea26ddd7cdd5dce407a5d3935cf19a909d30b.tar.gz
src-e96ea26ddd7cdd5dce407a5d3935cf19a909d30b.zip
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
Notes
Notes: svn path=/head/; revision=315094
Diffstat (limited to 'sbin/setkey')
-rw-r--r--sbin/setkey/Makefile2
1 files changed, 1 insertions, 1 deletions
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