mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 17:22:46 -04:00
12 lines
104 B
Makefile
12 lines
104 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR = \
|
|
hid \
|
|
hidbus \
|
|
hidquirk
|
|
|
|
SUBDIR += \
|
|
hconf \
|
|
hmt
|
|
|
|
.include <bsd.subdir.mk>
|