Skip to content

Commit a1abe6c

Browse files
Merge pull request #21762 from dfr/freebsd-cni
Build with CNI support on FreeBSD
2 parents 2fbc1c1 + 5327ddf commit a1abe6c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ ifeq ($(shell uname -s),FreeBSD)
6969
SED=gsed
7070
GREP=ggrep
7171
MAN_L= mandoc
72+
# FreeBSD needs CNI until netavark is supported
73+
BUILDTAGS += cni
7274
else
7375
SED=sed
7476
GREP=grep

0 commit comments

Comments
 (0)