Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones
This implifies pathing in make/displayed output MFC after: 3 weeks Sponsored by: Dell EMC Isilon
This commit is contained in:
parent
0adfcdaa6c
commit
33911d5150
@ -114,7 +114,7 @@ SHLIB_MAJOR= 8
|
||||
#
|
||||
# Magic to grab sources out of src/contrib
|
||||
#
|
||||
PCAP_DISTDIR?=${.CURDIR}/../../contrib/libpcap
|
||||
PCAP_DISTDIR?=${SRCTOP}/contrib/libpcap
|
||||
CFLAGS+=-I${PCAP_DISTDIR}
|
||||
.PATH: ${PCAP_DISTDIR}
|
||||
.PATH: ${PCAP_DISTDIR}/bpf/net
|
||||
|
Loading…
x
Reference in New Issue
Block a user