From 0c0b3feeed2034b0ceeb4d6acdc453d7ca2aa594 Mon Sep 17 00:00:00 2001 From: Rui Paulo Date: Sat, 21 Aug 2010 11:09:03 +0000 Subject: [PATCH] The DTrace instrumentation object is going to be i386/amd64 only. Sponsored by: The FreeBSD Foundation --- cddl/lib/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cddl/lib/Makefile b/cddl/lib/Makefile index 33cda45cbaf9..17ef47449269 100644 --- a/cddl/lib/Makefile +++ b/cddl/lib/Makefile @@ -2,7 +2,7 @@ .include -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