Also remove pcap files during make clean.
authorbluhm <bluhm@openbsd.org>
Sun, 31 Oct 2021 18:24:08 +0000 (18:24 +0000)
committerbluhm <bluhm@openbsd.org>
Sun, 31 Oct 2021 18:24:08 +0000 (18:24 +0000)
regress/sys/netinet/ipsec/Makefile

index 76a2507..a0de186 100644 (file)
@@ -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.