PERFORCE change 133705 for review

John Birrell jb at FreeBSD.org
Sat Jan 19 18:50:46 PST 2008


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

Change 133705 by jb at jb_freebsd1 on 2008/01/20 02:50:35

	Install psinfo.d as a library script now so that there are more
	common definitions available for the test suite.

Affected files ...

.. //depot/projects/dtrace/src/cddl/lib/libdtrace/Makefile#21 edit

Differences ...

==== //depot/projects/dtrace/src/cddl/lib/libdtrace/Makefile#21 (text+ko) ====

@@ -46,7 +46,8 @@
 		dt_xlator.c \
 		gmatch.c
 
-DSRCS=		unistd.d
+DSRCS=		psinfo.d		\
+		unistd.d
 
 .PATH:		${OPENSOLARIS_USR_DISTDIR}/lib/libdtrace/common
 .PATH:		${OPENSOLARIS_USR_DISTDIR}/lib/libgen/common


More information about the p4-projects mailing list