1 2PERL=perl 3REGRESS_TARGETS=test-fp 4 5test-fp: test-fp.pl 6 ${PERL} ${.CURDIR}/$@.pl | diff -u - ${.CURDIR}/test-fp.out 7 8.include <bsd.regress.mk> 9