mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-07 22:29:21 -04:00
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>
|