mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-27 08:00:11 +00:00
590682b6e6
Since we want to use devmatch in context before a split /,/usr system has mounted /usr, move devmatch to /sbin. Sponsored by: Netflix
9 lines
85 B
Makefile
9 lines
85 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= devmatch
|
|
MAN= devmatch.8
|
|
|
|
LIBADD= devinfo
|
|
|
|
.include <bsd.prog.mk>
|