1SUBDIR= lib testcases 2MK_AUTO_OBJ= no 3 4.include <bsd.subdir.mk> 5 6all: setup 7 8setup: 9 @cd ${.CURDIR}; ./tools/setup.sh 10test: 11 cd ${.CURDIR}/misc; pwd; ./all.sh -onc 12