Skip to content

Commit

Permalink
Merge pull request #21762 from dfr/freebsd-cni
Browse files Browse the repository at this point in the history
Build with CNI support on FreeBSD
  • Loading branch information
openshift-merge-bot[bot] authored Feb 20, 2024
2 parents 2fbc1c1 + 5327ddf commit a1abe6c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a1abe6c

Please sign in to comment.