mirror of
https://github.com/opnsense/src.git
synced 2026-02-20 00:11:07 -05:00
9 lines
101 B
Makefile
9 lines
101 B
Makefile
# $FreeBSD$
|
|
|
|
# Modules for dev/pwm drivers.
|
|
|
|
SUBDIR = \
|
|
pwmbus \
|
|
pwmc \
|
|
|
|
.include <bsd.subdir.mk>
|