mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-28 19:27:58 +00:00
Build with CNI support on FreeBSD
This is needed until there is netavark support on FreeBSD [NO NEW TESTS NEEDED] Signed-off-by: Doug Rabson <dfr@rabson.org>
This commit is contained in:
parent
921b5bb0b1
commit
5327ddfdf2
1 changed files with 2 additions and 0 deletions
2
Makefile
2
Makefile
|
|
@ -69,6 +69,8 @@ ifeq ($(shell uname -s),FreeBSD)
|
|||
SED=gsed
|
||||
GREP=ggrep
|
||||
MAN_L= mandoc
|
||||
# FreeBSD needs CNI until netavark is supported
|
||||
BUILDTAGS += cni
|
||||
else
|
||||
SED=sed
|
||||
GREP=grep
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue