9312900f6d
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
7 lines
58 B
Makefile
7 lines
58 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= pwm
|
|
MAN= pwm.8
|
|
|
|
.include <bsd.prog.mk>
|