mirror of
https://github.com/opnsense/src.git
synced 2026-02-25 19:05:20 -05:00
The pwm subsystem consist of API for PWM controllers, pwmbus to register them and a pwm(8) utility to talk to them from userland. Reviewed by: oshgobo (capsicum), bcr (manpage), 0mp (manpage) Differential Revision: https://reviews.freebsd.org/D17938
6 lines
58 B
Makefile
6 lines
58 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= pwm
|
|
MAN= pwm.8
|
|
|
|
.include <bsd.prog.mk>
|