mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 15:57:05 -05:00
10 lines
169 B
Makefile
10 lines
169 B
Makefile
# $FreeBSD$
|
|
|
|
MAINTAINER= n_hibma@freebsd.org
|
|
|
|
.PATH: ${.CURDIR}/../../dev/usb
|
|
|
|
KMOD= ulpt
|
|
SRCS= bus_if.h device_if.h opt_usb.h ulpt.c usbdevs.h
|
|
|
|
.include <bsd.kmod.mk>
|