diff options
author | Alexandr Nedvedicky <sashan@cvs.openbsd.org> | 2023-01-11 08:11:08 +0000 |
---|---|---|
committer | Alexandr Nedvedicky <sashan@cvs.openbsd.org> | 2023-01-11 08:11:08 +0000 |
commit | 154e880ef418c12ad43ec6c15c163097dd568d35 (patch) | |
tree | 164e0df94b60b16539bde828d5d69c82f37cb219 /regress/sys | |
parent | d4d8248d5fec949d2a6128ca71f9373ff8e0ea31 (diff) |
make REGRESS_CLEANUP consistent with REGRESS_CLEANUP found
in pf_state/Makefile.
discussed with anton@
OK anton@
Diffstat (limited to 'regress/sys')
-rw-r--r-- | regress/sys/net/pf_policy/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/regress/sys/net/pf_policy/Makefile b/regress/sys/net/pf_policy/Makefile index 4be274bd4be..42a2677872b 100644 --- a/regress/sys/net/pf_policy/Makefile +++ b/regress/sys/net/pf_policy/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2023/01/09 14:14:26 deraadt Exp $ +# $OpenBSD: Makefile,v 1.3 2023/01/11 08:11:07 sashan Exp $ # Copyright (c) 2022 Alexandr Nedvedicky <sashan@openbsd.org> # @@ -76,10 +76,9 @@ run-once-${rules}: ping -c 1 -w 1 ${PROBE_HOST} || true .endfor -REGRESS_CLEANUP += clean +REGRESS_CLEANUP += cleanup -#clean: -# ${SUDO} pfctl -a "regress/*" -Fa -# ${SUDO} pfctl -d +cleanup: + ${SUDO} pfctl -a "regress/*" -Fr .include <bsd.regress.mk> |