artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
72be86b
)
Link pf_opts to the tree.
author
bluhm
<bluhm@openbsd.org>
Fri, 29 Apr 2022 11:59:10 +0000
(11:59 +0000)
committer
bluhm
<bluhm@openbsd.org>
Fri, 29 Apr 2022 11:59:10 +0000
(11:59 +0000)
regress/sys/net/Makefile
patch
|
blob
|
history
diff --git
a/regress/sys/net/Makefile
b/regress/sys/net/Makefile
index
3f43845
..
bda4ec8
100644
(file)
--- a/
regress/sys/net/Makefile
+++ b/
regress/sys/net/Makefile
@@
-1,7
+1,8
@@
-# $OpenBSD: Makefile,v 1.1
6 2021/01/11 12:02:53
bluhm Exp $
+# $OpenBSD: Makefile,v 1.1
7 2022/04/29 11:59:10
bluhm Exp $
SUBDIR += etherip gif loop
-SUBDIR += pf_divert pf_forward pf_fragment pf_print pf_state pf_table
+SUBDIR += pf_divert pf_forward pf_fragment pf_opts pf_print pf_state
+SUBDIR += pf_table
SUBDIR += pflog pflow rdomains rtable vxlan wg
.include <bsd.subdir.mk>