mirror of
https://github.com/opnsense/src.git
synced 2026-02-22 09:21:31 -05:00
devmatch is useful on standalone machine but not on jails. Put devinfo(8) and libdevinfo there too. Differential Revision: https://reviews.freebsd.org/D36229
9 lines
103 B
Makefile
9 lines
103 B
Makefile
# $FreeBSD$
|
|
|
|
PACKAGE= devmatch
|
|
PROG= devmatch
|
|
MAN= devmatch.8
|
|
|
|
LIBADD= devinfo
|
|
|
|
.include <bsd.prog.mk>
|