mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
The DTrace instrumentation object is going to be i386/amd64 only.
Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
87d87e1d20
commit
0c0b3feeed
1 changed files with 2 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
SUBDIR= drti \
|
||||
SUBDIR= ${_drti} \
|
||||
libavl \
|
||||
libctf \
|
||||
${_libdtrace} \
|
||||
|
|
@ -20,6 +20,7 @@ _libzpool= libzpool
|
|||
.endif
|
||||
|
||||
.if ${MACHINE_ARCH} == amd64 || ${MACHINE_ARCH} == i386
|
||||
_drti= drti
|
||||
_libdtrace= libdtrace
|
||||
.endif
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue