xref: /openbsd/regress/sys/netinet6/autoport/Makefile (revision e5dd7070)
1#	$OpenBSD: Makefile,v 1.2 2015/10/14 13:23:25 vgross Exp $
2
3REGRESS_TARGETS=	run-regress-autoport
4REGRESS_ROOT_TARGETS=	$(REGRESS_TARGETS)
5
6run-regress-autoport:
7	/usr/bin/perl ${.CURDIR}/autoport.pl 6 30000 31000 64
8
9.include <bsd.regress.mk>
10