Importing nbperf

Change-Id: I87eb5bd3d0596370ade272f22c6df739d0483006
This commit is contained in:
2012-12-04 13:30:15 +01:00
parent d71cc7b9f6
commit c75851fccb
16 changed files with 1649 additions and 2 deletions

View File

@@ -61,7 +61,7 @@ LINT_BITS= lint lint2
SUBDIR= host-mkdep .WAIT compat .WAIT \
binstall .WAIT mktemp .WAIT sed .WAIT \
genassym \
lorder makewhatis mkdep mtree .WAIT \
lorder makewhatis mkdep mtree nbperf .WAIT \
m4 \
.WAIT mkfs.mfs \
.WAIT yacc \

6
tools/nbperf/Makefile Normal file
View File

@@ -0,0 +1,6 @@
# $NetBSD: Makefile,v 1.3 2011/11/01 21:16:29 joerg Exp $
HOSTPROGNAME= ${_TOOL_PREFIX}perf
HOST_SRCDIR= usr.bin/nbperf
.include "${.CURDIR}/../Makefile.host"