svn commit: r211547 - head/cddl/lib

Rui Paulo rpaulo at FreeBSD.org
Sat Aug 21 11:09:03 UTC 2010


Author: rpaulo
Date: Sat Aug 21 11:09:03 2010
New Revision: 211547
URL: http://svn.freebsd.org/changeset/base/211547

Log:
  The DTrace instrumentation object is going to be i386/amd64 only.
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/cddl/lib/Makefile

Modified: head/cddl/lib/Makefile
==============================================================================
--- head/cddl/lib/Makefile	Sat Aug 21 11:06:21 2010	(r211546)
+++ head/cddl/lib/Makefile	Sat Aug 21 11:09:03 2010	(r211547)
@@ -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
 


More information about the svn-src-head mailing list