11 lines
175 B
Makefile
11 lines
175 B
Makefile
# $NetBSD: Makefile,v 1.1 2010/05/29 01:14:30 pgoyette Exp $
|
|
|
|
.include "../Makefile.inc"
|
|
|
|
KMOD= usbverbose
|
|
|
|
.PATH: ${S}/dev/usb
|
|
SRCS= usb_verbose.c
|
|
|
|
.include <bsd.kmodule.mk>
|