diff options
| author | Kristof Provost <kp@FreeBSD.org> | 2022-08-18 09:23:33 +0000 |
|---|---|---|
| committer | Kristof Provost <kp@FreeBSD.org> | 2022-08-18 09:25:51 +0000 |
| commit | eed634d113df69d26eb9480e4e95919b2e9ee5bc (patch) | |
| tree | c3617ae2aaeb4e1e61d37cc5f5dea6b958de5fd1 /tests | |
| parent | ff7812ee7d444b738a454064f9639c3feb5743e8 (diff) | |
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/sys/net/if_ovpn/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/sys/net/if_ovpn/Makefile b/tests/sys/net/if_ovpn/Makefile index a221e25b7e92..63fe05077f12 100644 --- a/tests/sys/net/if_ovpn/Makefile +++ b/tests/sys/net/if_ovpn/Makefile @@ -1,8 +1,12 @@ +.include <src.opts.mk> + PACKAGE= tests TESTSDIR= ${TESTSBASE}/sys/net/if_ovpn +.if ${MK_PF} != "no" ATF_TESTS_SH+= if_ovpn +.endif ATF_TESTS_C+= if_ovpn_c LIBADD+= nv |
