From 6e6752122454a5898a4cc9607114fb3e7b4a7cb9 Mon Sep 17 00:00:00 2001 From: bluhm Date: Sun, 31 Oct 2021 18:24:08 +0000 Subject: [PATCH] Also remove pcap files during make clean. --- regress/sys/netinet/ipsec/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/regress/sys/netinet/ipsec/Makefile b/regress/sys/netinet/ipsec/Makefile index 76a2507fd61..a0de1868d13 100644 --- a/regress/sys/netinet/ipsec/Makefile +++ b/regress/sys/netinet/ipsec/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.32 2021/10/13 18:55:04 bluhm Exp $ +# $OpenBSD: Makefile,v 1.33 2021/10/31 18:24:08 bluhm Exp $ # This test needs a manual setup of four machines, the make # target create-setup can be used to distribute the configuration. @@ -645,7 +645,8 @@ REGRESS_TARGETS = ${TARGETS:S/^/run-send-/} \ ${REGRESS_TARGETS:Mrun-send-*}: stamp-bpf stamp-pflog stamp-drop -CLEANFILES += addr.py *.pyc *.log stamp-* */hostname.* *.{in,out} *.tcpdump +CLEANFILES += addr.py *.pyc *.log stamp-* */hostname.* *.{in,out} +CLEANFILES += *.pcap *.tcpdump # Run make create-setup to configure remote machines for test. -- 2.20.1