PERFORCE change 132021 for review

John Birrell jb at FreeBSD.org
Sat Dec 29 20:22:14 PST 2007


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

Change 132021 by jb at jb_freebsd1 on 2007/12/30 04:21:48

	Hook the DTrace modules back into the build. Only on amd64 for now.

Affected files ...

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

Differences ...

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

@@ -74,6 +74,7 @@
 	${_digi} \
 	${_dpt} \
 	${_drm} \
+	${_dtrace} \
 	dummynet \
 	${_ed} \
 	${_elink} \
@@ -511,6 +512,7 @@
 _cyclic_test=	cyclic_test
 _digi=		digi
 _drm=		drm
+_dtrace=	dtrace
 _ed=		ed
 _em=		em
 _exca=		exca


More information about the p4-projects mailing list