We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 921b5bb commit 5327ddfCopy full SHA for 5327ddf
1 file changed
Makefile
@@ -69,6 +69,8 @@ ifeq ($(shell uname -s),FreeBSD)
69
SED=gsed
70
GREP=ggrep
71
MAN_L= mandoc
72
+# FreeBSD needs CNI until netavark is supported
73
+BUILDTAGS += cni
74
else
75
SED=sed
76
GREP=grep
0 commit comments