PERFORCE change 132261 for review

John Birrell jb at FreeBSD.org
Tue Jan 1 14:26:32 PST 2008


http://perforce.freebsd.org/chv.cgi?CH=132261

Change 132261 by jb at jb_freebsd1 on 2008/01/01 22:25:49

	Hook the profile, prototype and systrace providers back into the build.

Affected files ...

.. //depot/projects/dtrace/src/sys/modules/dtrace/Makefile#19 edit

Differences ...

==== //depot/projects/dtrace/src/sys/modules/dtrace/Makefile#19 (text+ko) ====

@@ -3,14 +3,13 @@
 .include <bsd.own.mk>
 .include "Makefile.inc"
 
-SUBDIR=		dtrace
-
-XXX=		profile \
+SUBDIR=		dtrace		\
+		profile		\
+		prototype	\
 		systrace
 
 .if ${MACHINE_ARCH} == "i386"
 SUBDIR+=	fbt \
-		prototype \
 		sdt
 .endif
 


More information about the p4-projects mailing list