8a272653d9
Discussed with: kib
12 lines
164 B
Makefile
12 lines
164 B
Makefile
SUBDIR= lib testcases
|
|
MK_AUTO_OBJ= no
|
|
|
|
.include <bsd.subdir.mk>
|
|
|
|
all: setup
|
|
|
|
setup:
|
|
@cd ${.CURDIR}; ./tools/setup.sh
|
|
test:
|
|
cd ${.CURDIR}/misc; pwd; ./all.sh -onc
|