Some tests for telnet transfers

This commit is contained in:
Michiel Broek
2003-11-26 19:12:21 +00:00
parent 0f10842351
commit 676ed2d785
8 changed files with 32 additions and 83 deletions

View File

@@ -195,6 +195,10 @@ install:
rm ${BINDIR}/mbchat ; \
echo "removed ${BINDIR}/mbchat"; \
fi
@if [ -x ${BINDIR}/mbtelnetd ]; then \
rm ${BINDIR}/mbtelnetd ; \
echo "removed ${BINDIR}/mbtelnetd"; \
fi
for d in ${SUBDIRS}; do (cd $$d && ${MAKE} $@) || exit; done
dist tar: ${TARFILE}