mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-19 22:43:22 +01: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
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=211547
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
.include <bsd.own.mk>
|
.include <bsd.own.mk>
|
||||||
|
|
||||||
SUBDIR= drti \
|
SUBDIR= ${_drti} \
|
||||||
libavl \
|
libavl \
|
||||||
libctf \
|
libctf \
|
||||||
${_libdtrace} \
|
${_libdtrace} \
|
||||||
@ -20,6 +20,7 @@ _libzpool= libzpool
|
|||||||
.endif
|
.endif
|
||||||
|
|
||||||
.if ${MACHINE_ARCH} == amd64 || ${MACHINE_ARCH} == i386
|
.if ${MACHINE_ARCH} == amd64 || ${MACHINE_ARCH} == i386
|
||||||
|
_drti= drti
|
||||||
_libdtrace= libdtrace
|
_libdtrace= libdtrace
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user