mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-08 23:00:18 -04:00
12 lines
187 B
Makefile
12 lines
187 B
Makefile
# $NetBSD: Makefile,v 1.2 2010/12/28 00:49:22 jmcneill Exp $
|
|
|
|
.include "../Makefile.inc"
|
|
|
|
.PATH: ${S}/dev/usb
|
|
|
|
KMOD= pseye
|
|
IOCONF= pseye.ioconf
|
|
SRCS= pseye.c
|
|
|
|
.include <bsd.kmodule.mk>
|