27dcbe9c47
The sigrok project aims at creating a portable, cross-platform, Free/Libre/Open-Source logic analyzer software that supports various logic analyzer hardware products. It includes command-line and graphical interfaces, libraries for protocol decoding and talking to logic analyzers, and free firmware for certain pieces of hardware. ok rsadowski@
12 lines
300 B
Makefile
12 lines
300 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2018/09/19 05:50:36 bentley Exp $
|
|
|
|
SUBDIR += libserialport
|
|
SUBDIR += libsigrok
|
|
SUBDIR += libsigrokdecode
|
|
SUBDIR += pulseview
|
|
SUBDIR += sigrok-cli
|
|
SUBDIR += sigrok-dumps
|
|
SUBDIR += sigrok-firmware-fx2lafw
|
|
|
|
.include <bsd.port.subdir.mk>
|