From: anton Date: Tue, 5 Oct 2021 05:57:58 +0000 (+0000) Subject: add missing sudo X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=37b3ccabb7fa55755b46413ea1e6702cdb5bf2c5;p=openbsd add missing sudo --- diff --git a/regress/sys/netinet6/autoport/Makefile b/regress/sys/netinet6/autoport/Makefile index 4d7bcf8b978..569eb481bcd 100644 --- a/regress/sys/netinet6/autoport/Makefile +++ b/regress/sys/netinet6/autoport/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.2 2015/10/14 13:23:25 vgross Exp $ +# $OpenBSD: Makefile,v 1.3 2021/10/05 05:57:58 anton Exp $ REGRESS_TARGETS= run-regress-autoport REGRESS_ROOT_TARGETS= $(REGRESS_TARGETS) run-regress-autoport: - /usr/bin/perl ${.CURDIR}/autoport.pl 6 30000 31000 64 + ${SUDO} /usr/bin/perl ${.CURDIR}/autoport.pl 6 30000 31000 64 .include