diff --git a/Makefile b/Makefile index 6b320c1aa7..ad9986aa06 100644 --- a/Makefile +++ b/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