pkgbase: Put devmatch in its own package

devmatch is useful on standalone machine but not on jails.
Put devinfo(8) and libdevinfo there too.

Differential Revision:	https://reviews.freebsd.org/D36229
This commit is contained in:
Emmanuel Vadot 2022-07-22 22:30:11 +02:00
parent ea0850e4be
commit e7a5a60ed5
4 changed files with 5 additions and 0 deletions

View File

@ -1,5 +1,6 @@
# $FreeBSD$
PACKAGE= devmatch
LIB= devinfo
SRCS= devinfo.c
INCS= devinfo.h

View File

@ -36,6 +36,8 @@ cxgbe-tools_COMMENT= Chelsio cxbge Utilities
cxgbe-tools_DESC= Chelsio cxbge Utilities
devd_COMMENT= Devd Utility and scripts
devd_DESC= Devd Utility and scripts
devmatch_COMMENT= Devmatch Utility
devmatch_DESC= Devmatch Utility
dhclient_COMMENT= DHCP Client
dhclient_DESC= DHCP Client
dma_COMMENT= DMA Mail Agent Utilities

View File

@ -1,5 +1,6 @@
# $FreeBSD$
PACKAGE= devmatch
PROG= devmatch
MAN= devmatch.8

View File

@ -1,5 +1,6 @@
# $FreeBSD$
PACKAGE= devmatch
PROG= devinfo
MAN= devinfo.8