mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-14 14:21:18 +01:00
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:
parent
ea0850e4be
commit
e7a5a60ed5
@ -1,5 +1,6 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PACKAGE= devmatch
|
||||
LIB= devinfo
|
||||
SRCS= devinfo.c
|
||||
INCS= devinfo.h
|
||||
|
@ -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
|
||||
|
@ -1,5 +1,6 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PACKAGE= devmatch
|
||||
PROG= devmatch
|
||||
MAN= devmatch.8
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PACKAGE= devmatch
|
||||
PROG= devinfo
|
||||
MAN= devinfo.8
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user