1# $OpenBSD: Makefile,v 1.3 2021/10/05 05:57:58 anton Exp $ 2 3REGRESS_TARGETS= run-regress-autoport 4REGRESS_ROOT_TARGETS= $(REGRESS_TARGETS) 5 6run-regress-autoport: 7 ${SUDO} /usr/bin/perl ${.CURDIR}/autoport.pl 6 30000 31000 64 8 9.include <bsd.regress.mk> 10