1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-14 10:09:48 +00:00
freebsd/sys/modules/ugen/Makefile
Jens Schweikhardt e201f9ecd1 Release n_hibma's maintainership due to his ENOTIME.
Discussed with, okayed, authorized, requested by, on behalf of:	n_hibma (MAINTAINER)
2005-06-04 10:58:39 +00:00

9 lines
135 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR}/../../dev/usb
KMOD= ugen
SRCS= bus_if.h device_if.h opt_usb.h ugen.c usbdevs.h
.include <bsd.kmod.mk>