mirror of
https://github.com/opnsense/src.git
synced 2026-04-01 15:35:10 -04:00
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
e2ee3b6641
commit
4cbc4dfef7
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PACKAGE= lib${LIB}
|
||||
BZ2DIR= ${.CURDIR}/../../contrib/bzip2
|
||||
BZ2DIR= ${SRCTOP}/contrib/bzip2
|
||||
.PATH: ${BZ2DIR}
|
||||
|
||||
LIB= bz2
|
||||
|
|
|
|||
Loading…
Reference in a new issue