Blob


1 REGRESS_TARGETS=checkout update status
2 NOOBJ=Yes
4 checkout:
5 ./checkout.sh
7 update:
8 ./update.sh
10 status:
11 ./status.sh
13 .include <bsd.regress.mk>