REGRESS_TARGETS=checkout update status log add rm diff commit
NOOBJ=Yes
checkout:
./checkout.sh
update:
./update.sh
status:
./status.sh
log:
./log.sh
add:
./add.sh
rm:
./rm.sh
diff:
./diff.sh
commit:
./commit.sh
.include <bsd.regress.mk>