PERFORCE change 97163 for review

John Birrell jb at FreeBSD.org
Sun May 14 22:23:39 UTC 2006


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

Change 97163 by jb at jb_freebsd2 on 2006/05/14 22:23:06

	Install the D library scripts.

Affected files ...

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

Differences ...

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

@@ -45,6 +45,9 @@
 		dt_xlator.c \
 		gmatch.c
 
+DSRCS=		errno.d \
+		psinfo.d
+
 WARNS?=         0
 
 .PATH:		${OPENSOLARIS_USR_DISTDIR}/lib/libdtrace/common
@@ -82,4 +85,9 @@
 
 beforedepend:	dt_errtags.c dt_names.c
 
+install:
+.for file in ${DSRCS}
+	${INSTALL} -o ${BINOWN} -g ${BINGRP} -m ${NOBINMODE} ${.CURDIR}/${file} ${DESTDIR}/usr/lib/dtrace
+.endfor
+
 .include <bsd.lib.mk>


More information about the p4-projects mailing list