Whoa, that clean target is insane. If someone does a make build,
authorderaadt <deraadt@openbsd.org>
Mon, 9 Jan 2023 14:14:26 +0000 (14:14 +0000)
committerderaadt <deraadt@openbsd.org>
Mon, 9 Jan 2023 14:14:26 +0000 (14:14 +0000)
pf gets disabled.  Comment it out, that will need to be rethought.

regress/sys/net/pf_policy/Makefile

index 1797cc1..4be274b 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile,v 1.1 2023/01/09 10:21:40 sashan Exp $
+#      $OpenBSD: Makefile,v 1.2 2023/01/09 14:14:26 deraadt Exp $
 
 # Copyright (c) 2022 Alexandr Nedvedicky <sashan@openbsd.org>
 #
@@ -78,8 +78,8 @@ run-once-${rules}:
 
 REGRESS_CLEANUP += clean
 
-clean:
-       ${SUDO} pfctl -a "regress/*" -Fa
-       ${SUDO} pfctl -d
+#clean:
+#      ${SUDO} pfctl -a "regress/*" -Fa
+#      ${SUDO} pfctl -d
 
 .include <bsd.regress.mk>