Importing NetBSD tsort

Change-Id: I110de8037b9253f4fe53cbe13dc8fc281aeea2ec
This commit is contained in:
2012-12-04 14:02:11 +01:00
parent 6e0ed9c90c
commit 8e5df35e84
14 changed files with 545 additions and 396 deletions

View File

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

6
tools/tsort/Makefile Normal file
View File

@@ -0,0 +1,6 @@
# $NetBSD: Makefile,v 1.4 2002/12/08 20:20:06 thorpej Exp $
HOSTPROGNAME= ${_TOOL_PREFIX}tsort
HOST_SRCDIR= usr.bin/tsort
.include "${.CURDIR}/../Makefile.host"