xref: /openbsd/regress/sys/netinet/autoport/Makefile (revision d415bd75)
1#	$OpenBSD: Makefile,v 1.3 2020/12/17 14:06:42 bluhm Exp $
2
3DIR=	${.CURDIR}/../../netinet6/autoport
4
5REGRESS_TARGETS=	run-regress-autoport
6REGRESS_ROOT_TARGETS=	${REGRESS_TARGETS}
7
8run-regress-autoport:
9	${SUDO} /usr/bin/perl ${DIR}/autoport.pl 4 30000 31000 64
10
11.include <bsd.regress.mk>
12