Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 May 2006 22:23:29 GMT
From:      John Birrell <jb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 97163 for review
Message-ID:  <200605142223.k4EMNTds005003@repoman.freebsd.org>

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

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



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