summaryrefslogtreecommitdiffstats
path: root/tools/regression/usr.bin/make/test-new.mk
blob: f200833f81f18741d2d904a31f1e9a57c5cb1308 (plain)
1
2
3
4
5
6
7
8
9
# $FreeBSD$

NEW_DIR!=	make -C ${.CURDIR}/../../../../usr.bin/make -V .OBJDIR

all:
	rm -rf /tmp/${USER}.make.test
	env MAKE_PROG=${NEW_DIR}/make ${.SHELL} ./all.sh

.include <bsd.obj.mk>
OpenPOWER on IntegriCloud