6f940b3847
and empty options files. The rules are now generated automatically in bsd.kmod.mk. Cleaned up related things ($S and ${CLEANFILES}).
11 lines
196 B
Makefile
11 lines
196 B
Makefile
# $FreeBSD$
|
|
|
|
MAINTAINER = n_hibma@freebsd.org
|
|
|
|
.PATH: ${.CURDIR}/../../dev/usb
|
|
KMOD = ulpt
|
|
SRCS = bus_if.h device_if.h vnode_if.h opt_usb.h ulpt.c
|
|
NOMAN =
|
|
|
|
.include <bsd.kmod.mk>
|