artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
affa370
)
Whoa, that clean target is insane. If someone does a make build,
author
deraadt
<deraadt@openbsd.org>
Mon, 9 Jan 2023 14:14:26 +0000
(14:14 +0000)
committer
deraadt
<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
patch
|
blob
|
history
diff --git
a/regress/sys/net/pf_policy/Makefile
b/regress/sys/net/pf_policy/Makefile
index
1797cc1
..
4be274b
100644
(file)
--- a/
regress/sys/net/pf_policy/Makefile
+++ b/
regress/sys/net/pf_policy/Makefile
@@
-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>