artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b0acc39
)
Link mpath and pf_trans regress to build.
author
bluhm
<bluhm@openbsd.org>
Tue, 20 Feb 2024 21:12:03 +0000
(21:12 +0000)
committer
bluhm
<bluhm@openbsd.org>
Tue, 20 Feb 2024 21:12:03 +0000
(21:12 +0000)
regress/sys/net/Makefile
patch
|
blob
|
history
diff --git
a/regress/sys/net/Makefile
b/regress/sys/net/Makefile
index
c7b0873
..
5b32cb1
100644
(file)
--- a/
regress/sys/net/Makefile
+++ b/
regress/sys/net/Makefile
@@
-1,8
+1,8
@@
-# $OpenBSD: Makefile,v 1.
19 2023/01/09 10:21:40 sashan
Exp $
+# $OpenBSD: Makefile,v 1.
20 2024/02/20 21:12:03 bluhm
Exp $
-SUBDIR += etherip gif loop
+SUBDIR += etherip gif loop
mpath
SUBDIR += pf_divert pf_forward pf_fragment pf_opts pf_policy pf_print
-SUBDIR += pf_state pf_table
+SUBDIR += pf_state pf_table
pf_trans
SUBDIR += pair pflog pflow rdomains rtable vxlan wg
.include <bsd.subdir.mk>