1# $OpenBSD: Makefile,v 1.1.1.1 2017/06/30 14:56:08 bluhm Exp $ 2 3# take any large xml file located in our source tree 4XMLFILE?= ${BSDSRCDIR}/gnu/lib/libstdc++/libstdc++/docs/html/17_intro/porting-howto.xml 5 6run-regress-benchmark: ${PROG} 7 time ./${PROG} ${XMLFILE} 65535 10000 8 9.include <bsd.regress.mk> 10