The DTrace instrumentation object is going to be i386/amd64 only.

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Rui Paulo 2010-08-21 11:09:03 +00:00
parent 87d87e1d20
commit 0c0b3feeed
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=211547

View File

@ -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