mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-19 14:31:48 +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>
|
||||
|
||||
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