mirror of
https://github.com/opnsense/src.git
synced 2026-02-14 16:23:25 -05:00
Since we want to use devmatch in context before a split /,/usr system has mounted /usr, move devmatch to /sbin. Sponsored by: Netflix
8 lines
85 B
Makefile
8 lines
85 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= devmatch
|
|
MAN= devmatch.8
|
|
|
|
LIBADD= devinfo
|
|
|
|
.include <bsd.prog.mk>
|