mirror of
https://github.com/opnsense/src.git
synced 2026-02-17 01:31:45 -05:00
11 lines
186 B
Makefile
11 lines
186 B
Makefile
# $FreeBSD$
|
|
|
|
S= ${.CURDIR}/../../..
|
|
|
|
.PATH: $S/dev/usb/input
|
|
|
|
KMOD= atp
|
|
SRCS= opt_bus.h opt_usb.h device_if.h bus_if.h usb_if.h vnode_if.h usbdevs.h \
|
|
atp.c
|
|
|
|
.include <bsd.kmod.mk>
|