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 Sponsored by: Dell EMC Isilon
This commit is contained in:
parent
382cc5a494
commit
518613e412
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user