diff options
author | Stephen Hurd <shurd@FreeBSD.org> | 2016-11-22 08:12:09 +0800 |
---|---|---|
committer | Stephen Hurd <shurd@FreeBSD.org> | 2016-11-22 08:12:09 +0800 |
commit | e20c175a86a6051deabc106ecf537c36ce1d7571 (patch) | |
tree | 47be49315c0af49d2abfbe93b0a33ddf26f3df01 /net/Makefile | |
parent | d017b2c54fa79c80ee6617f497c77f7c4baf744f (diff) | |
download | freebsd-ports-gnome-e20c175a86a6051deabc106ecf537c36ce1d7571.tar.gz freebsd-ports-gnome-e20c175a86a6051deabc106ecf537c36ce1d7571.tar.zst freebsd-ports-gnome-e20c175a86a6051deabc106ecf537c36ce1d7571.zip |
Add bnxt-kmod, driver for Broadcom NetXtreme-C/NetXtreme-E devices.
This is simply the driver from 12-CURRENT wrapped in a port for
FreeBSD versions that have iflib but don't have the driver
included.
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 5d60140fee0a..422fd2c75935 100644 --- a/net/Makefile +++ b/net/Makefile @@ -53,6 +53,7 @@ SUBDIR += bird6 SUBDIR += bittwist SUBDIR += bmon + SUBDIR += bnxt-kmod SUBDIR += boclient SUBDIR += boinc-client SUBDIR += boinc_curses |