1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-12 14:29:28 +00:00
freebsd/sys/modules/kue/Makefile

11 lines
164 B
Makefile
Raw Normal View History

# $FreeBSD$
S= ${.CURDIR}/../..
.PATH: $S/dev/usb
KMOD= if_kue
SRCS= if_kue.c opt_bdg.h opt_usb.h device_if.h bus_if.h
SRCS+= miibus_if.h
.include <bsd.kmod.mk>