Source-Changes-HG archive

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

[src/trunk]: src/tools tweak dependencies for tic, which needs nbperf, awk, a...



details:   https://anonhg.NetBSD.org/src/rev/09930500738e
branches:  trunk
changeset: 770930:09930500738e
user:      yamt <yamt%NetBSD.org@localhost>
date:      Wed Nov 02 20:33:18 2011 +0000

description:
tweak dependencies for tic, which needs nbperf, awk, and sed.

diffstat:

 tools/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 51e07761847c -r 09930500738e tools/Makefile
--- a/tools/Makefile    Wed Nov 02 20:30:00 2011 +0000
+++ b/tools/Makefile    Wed Nov 02 20:33:18 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.151 2011/11/01 23:11:55 joerg Exp $
+#      $NetBSD: Makefile,v 1.152 2011/11/02 20:33:18 yamt Exp $
 
 .include <bsd.own.mk>
 
@@ -48,7 +48,7 @@
        binstall .WAIT mktemp .WAIT sed .WAIT \
                cap_mkdb crunchgen ctags genassym gencat hexdump join \
                ${LINT_BITS} \
-               lorder makewhatis mkdep mtree nbperf rpcgen tic tsort \
+               lorder makewhatis mkdep mtree nbperf .WAIT rpcgen tsort \
                uudecode m4 \
        .WAIT texinfo \
        .WAIT yacc \
@@ -64,7 +64,7 @@
                .WAIT paxctl \
                .WAIT fdisk \
                .WAIT installboot \
-               pwd_mkdb stat strfile sunlabel zic
+               pwd_mkdb stat strfile sunlabel zic tic
 
 .if ${MKLLVM} != "no"
 SUBDIR+= \



Home | Main Index | Thread Index | Old Index