Imported treecmp

This commit is contained in:
Ben Gras
2005-07-22 18:30:23 +00:00
parent 3a68bd323a
commit d5516193f3
2 changed files with 336 additions and 0 deletions

View File

@@ -178,6 +178,7 @@ ALL = \
time \
touch \
tr \
treecmp \
tsort \
ttt \
tty \
@@ -766,6 +767,10 @@ tsort: tsort.c
$(CCLD) -o $@ $?
@install -S 4kw $@
treecmp: treecmp.c
$(CCLD) -o $@ $?
@install -S 4kw $@
ttt: ttt.c
$(CCLD) -o $@ $?
@install -S 4kw $@
@@ -1008,6 +1013,7 @@ install: \
/usr/bin/time \
/usr/bin/touch \
/usr/bin/tr \
/usr/bin/treecmp \
/usr/bin/tsort \
/usr/bin/ttt \
/usr/bin/tty \
@@ -1514,6 +1520,9 @@ install: \
/usr/bin/tr: tr
install -cs -o bin $? $@
/usr/bin/treecmp: treecmp
install -cs -o bin $? $@
/usr/bin/tsort: tsort
install -cs -o bin $? $@