The DTrace instrumentation object is going to be i386/amd64 only.
Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
f75ce6f82b
commit
c3d495b24d
@ -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 New Issue
Block a user