mirror of
https://github.com/opnsense/src.git
synced 2026-04-03 08:25:16 -04:00
10 lines
123 B
Makefile
10 lines
123 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
.PATH: ${SRCTOP}/sys/dev/hid
|
||
|
|
|
||
|
|
KMOD= hsctrl
|
||
|
|
SRCS= hsctrl.c
|
||
|
|
SRCS+= bus_if.h device_if.h
|
||
|
|
|
||
|
|
.include <bsd.kmod.mk>
|