mirror of
https://github.com/opnsense/src.git
synced 2026-04-10 11:58:54 -04:00
9 lines
122 B
Makefile
9 lines
122 B
Makefile
|
|
.PATH: ${SRCTOP}/sys/dev/hid
|
|
|
|
KMOD= hms
|
|
SRCS= hms.c
|
|
SRCS+= opt_hid.h
|
|
SRCS+= bus_if.h device_if.h
|
|
|
|
.include <bsd.kmod.mk>
|