Use correct environment variable to access remote machine.
authorbluhm <bluhm@openbsd.org>
Thu, 30 Aug 2018 19:34:37 +0000 (19:34 +0000)
committerbluhm <bluhm@openbsd.org>
Thu, 30 Aug 2018 19:34:37 +0000 (19:34 +0000)
regress/sys/netinet/frag/Makefile

index 195634b..6c85de1 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile,v 1.2 2017/09/15 14:03:14 bluhm Exp $
+#      $OpenBSD: Makefile,v 1.3 2018/08/30 19:34:37 bluhm Exp $
 
 # The following ports must be installed:
 #
@@ -90,7 +90,7 @@ stamp-pf: addr.py pf.conf
        rm -f stamp-stack stamp-pf
        cat addr.py ${.CURDIR}/pf.conf | pfctl -n -f -
        cat addr.py ${.CURDIR}/pf.conf | \
-           ssh ${IPS_SSH} ${SUDO} pfctl -a regress -f -
+           ssh ${REMOTE_SSH} ${SUDO} pfctl -a regress -f -
        -ssh ${REMOTE_SSH} ${SUDO} pfctl -e
        date >$@
 
@@ -151,7 +151,7 @@ REGRESS_TARGETS +=  run-regress-${sp}-ping run-regress-${sp}-fragping \
 
 cleanup-pf:
        rm -f stamp-stack stamp-pf
-       ssh ${IPS_SSH} ${SUDO} pfctl -a regress -Fa
+       ssh ${REMOTE_SSH} ${SUDO} pfctl -a regress -Fa
        -ssh ${REMOTE_SSH} ${SUDO} pfctl -e || true
 
 REGRESS_TARGETS +=     cleanup-pf