diff options
author | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2024-02-20 21:12:04 +0000 |
---|---|---|
committer | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2024-02-20 21:12:04 +0000 |
commit | df5696f6aba8aeb2b82095794cece43e79568d3f (patch) | |
tree | e91a986a5967363254948adfd65205c5cd12dc5b /regress | |
parent | 7d95a8c315886d12ee312b4058bca9e29019a17d (diff) |
Link mpath and pf_trans regress to build.
Diffstat (limited to 'regress')
-rw-r--r-- | regress/sys/net/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/regress/sys/net/Makefile b/regress/sys/net/Makefile index c7b0873fd0d..5b32cb1ab64 100644 --- 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> |