diff options
author | sbruno <sbruno@FreeBSD.org> | 2016-04-19 23:11:32 +0800 |
---|---|---|
committer | sbruno <sbruno@FreeBSD.org> | 2016-04-19 23:11:32 +0800 |
commit | 49a7dcaa8fa866b6028974752f93d5a7535a68ae (patch) | |
tree | f346b8f000dc09304c0d31bfdbc6dea6269c5631 /net/Makefile | |
parent | 9e38a08367d4d180489b5e78c709b981d58e310f (diff) | |
download | freebsd-ports-gnome-49a7dcaa8fa866b6028974752f93d5a7535a68ae.tar.gz freebsd-ports-gnome-49a7dcaa8fa866b6028974752f93d5a7535a68ae.tar.zst freebsd-ports-gnome-49a7dcaa8fa866b6028974752f93d5a7535a68ae.zip |
Add new port to provide updated ixl(4) drivers via ports to override
the base system version as development at Intel is a bit faster than
the FreeBSD base system release cycle.
This port should probably be deprecated when pkg-base(8) happens.
Submitted by: Sergey Kozlov <kozlov.sergey.404@gmail.com>
Reviewed by: gnn rpokala jeffrey.e.piper@intel.com
Sponsored by: Intel Coroporation
Differential Revision: https://reviews.freebsd.org/D5761
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 c14f0a49735f..a50ec124b47b 100644 --- a/net/Makefile +++ b/net/Makefile @@ -248,6 +248,7 @@ SUBDIR += igmpproxy SUBDIR += ilbc SUBDIR += imapproxy + SUBDIR += intel-ixl-kmod SUBDIR += iodine SUBDIR += ip2location SUBDIR += ip6_int |