11 lines
168 B
Makefile
11 lines
168 B
Makefile
|
# $NetBSD: Makefile,v 1.1 2008/09/18 21:53:32 jmcneill Exp $
|
||
|
|
||
|
.include "../Makefile.inc"
|
||
|
|
||
|
.PATH: ${S}/dev/usb
|
||
|
|
||
|
KMOD= uvideo
|
||
|
SRCS= uvideo.c
|
||
|
|
||
|
.include <bsd.kmodule.mk>
|