Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/cddl/osnet/lib/libdtrace Arrange to install the dtr...



details:   https://anonhg.NetBSD.org/src/rev/c208d5959c45
branches:  trunk
changeset: 340847:c208d5959c45
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Oct 05 17:49:10 2015 +0000

description:
Arrange to install the dtrace files (some are broken, sets will need to be
fixed)

diffstat:

 external/cddl/osnet/lib/libdtrace/Makefile |  10 +++-------
 1 files changed, 3 insertions(+), 7 deletions(-)

diffs (24 lines):

diff -r 3d7b9342972a -r c208d5959c45 external/cddl/osnet/lib/libdtrace/Makefile
--- a/external/cddl/osnet/lib/libdtrace/Makefile        Mon Oct 05 17:48:09 2015 +0000
+++ b/external/cddl/osnet/lib/libdtrace/Makefile        Mon Oct 05 17:49:10 2015 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.13 2015/09/30 00:17:09 christos Exp $
+#      $NetBSD: Makefile,v 1.14 2015/10/05 17:49:10 christos Exp $
 
 # $FreeBSD: src/cddl/lib/libdtrace/Makefile,v 1.2.2.1 2009/08/03 08:13:06 kensmith Exp $
 
@@ -121,12 +121,8 @@
 foo:
        echo ${OPENSOLARIS_USR_DISTDIR}
 
-#beforeinstall:
-#.if exists(${DESTDIR}/usr/lib/dtrace)
-#.for file in ${DSRCS}
-#      ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m ${NOBINMODE} ${.CURDIR}/${file} ${DESTDIR}/usr/lib/dtrace
-#.endfor
-#.endif
+FILES=         ${DSRCS}
+FILESDIR=      /usr/lib/dtrace
 
 LIBDPLIBS=     proc    ${NETBSDSRCDIR}/external/bsd/libproc/lib
 



Home | Main Index | Thread Index | Old Index