mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-27 00:33:30 +00:00
pkgbase: Create a cxgbe-tools package
cxgbetool is only useful for users who have a Chelsio card. Create a package for it so users that don't have this card can avoid having this program. Differential Revision: https://reviews.freebsd.org/D31793
This commit is contained in:
parent
0818f499bc
commit
b8876cac2d
@ -30,6 +30,8 @@ clang_COMMENT= Clang Utilities
|
||||
clang_DESC= Clang Utilities
|
||||
clibs_COMMENT= Core C Libraries
|
||||
clibs_DESC= Core C Libraries
|
||||
cxgbe-tools_COMMENT= Chelsio cxbge Utilities
|
||||
cxgbe-tools_DESC= Chelsio cxbge Utilities
|
||||
dma_COMMENT= DMA Mail Agent Utilities
|
||||
dma_DESC= DMA Mail Agent Utilities
|
||||
docs_COMMENT= Documentation
|
||||
|
@ -1,5 +1,6 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PACKAGE= cxgbe-tools
|
||||
PROG= cxgbetool
|
||||
MAN= cxgbetool.8
|
||||
SRCS= cxgbetool.c
|
||||
|
Loading…
Reference in New Issue
Block a user