mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -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
dd1ed99736
commit
f347f2e2a7
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
|||
#
|
||||
|
||||
PACKAGE=lib${LIB}
|
||||
OPENBSMDIR= ${.CURDIR}/../../contrib/openbsm
|
||||
OPENBSMDIR= ${SRCTOP}/contrib/openbsm
|
||||
_LIBAUDITDDIR= ${OPENBSMDIR}/libauditd
|
||||
_LIBBSMDIR= ${OPENBSMDIR}/libbsm
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue