mirror of
https://git.FreeBSD.org/src.git
synced 2025-02-08 10:43:09 +00:00
pkgbase: Create a FreeBSD-ctf-tools package
It contains the ctf tools that most users will never use. Sponsored by: Beckhoff Automation GmbH & Co. KG Differential Revision: https://reviews.freebsd.org/D38223
This commit is contained in:
parent
751ded1d02
commit
f0408cd92f
@ -5,6 +5,7 @@
|
||||
.PATH: ${SRCTOP}/cddl/contrib/opensolaris/tools/ctf/common
|
||||
.PATH: ${SRCTOP}/cddl/contrib/opensolaris/tools/ctf/cvt
|
||||
|
||||
PACKAGE= ctf-tools
|
||||
PROG= ctfconvert
|
||||
SRCS= alist.c \
|
||||
ctf.c \
|
||||
|
@ -3,6 +3,7 @@
|
||||
.PATH: ${SRCTOP}/cddl/contrib/opensolaris/tools/ctf/common
|
||||
.PATH: ${SRCTOP}/cddl/contrib/opensolaris/tools/ctf/dump
|
||||
|
||||
PACKAGE= ctf-tools
|
||||
PROG= ctfdump
|
||||
SRCS= dump.c \
|
||||
symbol.c \
|
||||
|
@ -3,6 +3,7 @@
|
||||
.PATH: ${SRCTOP}/cddl/contrib/opensolaris/tools/ctf/common
|
||||
.PATH: ${SRCTOP}/cddl/contrib/opensolaris/tools/ctf/cvt
|
||||
|
||||
PACKAGE= ctf-tools
|
||||
PROG= ctfmerge
|
||||
SRCS= alist.c \
|
||||
barrier.c \
|
||||
|
@ -32,6 +32,8 @@ clibs_COMMENT= Core C Libraries
|
||||
clibs_DESC= Core C Libraries
|
||||
csh_COMMENT= C Shell
|
||||
csh_DESC= C Shell
|
||||
ctf-tools_COMMENT= CTF Utilities
|
||||
ctf-tools_DESC= CTF Utilities
|
||||
cxgbe-tools_COMMENT= Chelsio cxbge Utilities
|
||||
cxgbe-tools_DESC= Chelsio cxbge Utilities
|
||||
devd_COMMENT= Devd Utility and scripts
|
||||
|
Loading…
x
Reference in New Issue
Block a user