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
This commit is contained in:
Enji Cooper 2017-03-12 02:21:16 +00:00
parent aa6b345634
commit e96ea26ddd

View File

@ -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