mirror of
https://github.com/opnsense/src.git
synced 2026-04-21 22:27:47 -04:00
10 lines
85 B
Makefile
10 lines
85 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
#.include <src.opts.mk>
|
||
|
|
|
||
|
|
PROG= spi
|
||
|
|
|
||
|
|
MAN8= spi.8
|
||
|
|
|
||
|
|
.include <bsd.prog.mk>
|