Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Jan 2008 02:50:45 GMT
From:      John Birrell <jb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 133705 for review
Message-ID:  <200801200250.m0K2oj3r030297@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=133705

Change 133705 by jb@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200801200250.m0K2oj3r030297>