mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Redefine SUNW based on SYSDIR in an attempt to fix a build problem.
MFC after: 2 weeks
This commit is contained in:
parent
acee7463b6
commit
63083de0a6
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ SYSDIR?= ${.CURDIR}/../../..
|
|||
|
||||
ARCHDIR= ${MACHINE_CPUARCH}
|
||||
|
||||
SUNW= ${.CURDIR}/../../../../cddl/contrib/opensolaris
|
||||
SUNW= ${SYSDIR}/../cddl/contrib/opensolaris
|
||||
|
||||
.PATH: ${SYSDIR}/cddl/contrib/opensolaris/uts/common/dtrace
|
||||
.PATH: ${SYSDIR}/cddl/compat/opensolaris/kern
|
||||
|
|
|
|||
Loading…
Reference in a new issue