Merge pull request #21762 from dfr/freebsd-cni

Build with CNI support on FreeBSD
This commit is contained in:
openshift-merge-bot[bot]
2024-02-20 21:40:04 +00:00
committed by GitHub

View File

@ -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