6666009530
userland, conceptually similar to what i2c(8) provides for i2c devices. Submitted by: Bob Frazier Differential Revision: https://reviews.freebsd.org/D15029
10 lines
85 B
Makefile
10 lines
85 B
Makefile
# $FreeBSD$
|
|
|
|
#.include <src.opts.mk>
|
|
|
|
PROG= spi
|
|
|
|
MAN8= spi.8
|
|
|
|
.include <bsd.prog.mk>
|