mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 15:57:05 -05:00
23 lines
206 B
Makefile
23 lines
206 B
Makefile
|
|
SUBDIR = \
|
|
hid \
|
|
hidbus \
|
|
hidmap \
|
|
hidquirk \
|
|
hidraw
|
|
|
|
SUBDIR += \
|
|
bcm5974 \
|
|
hconf \
|
|
hcons \
|
|
hgame \
|
|
hkbd \
|
|
hms \
|
|
hmt \
|
|
hpen \
|
|
hsctrl \
|
|
ietp \
|
|
ps4dshock \
|
|
xb360gp
|
|
|
|
.include <bsd.subdir.mk>
|