mirror of
https://github.com/opnsense/src.git
synced 2026-02-24 10:20:24 -05:00
10 lines
134 B
Makefile
10 lines
134 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${SRCTOP}/sys/dev/hid
|
|
|
|
KMOD= hmt
|
|
SRCS= hmt.c
|
|
SRCS+= opt_hid.h
|
|
SRCS+= bus_if.h device_if.h
|
|
|
|
.include <bsd.kmod.mk>
|