NetBSD/sys/modules/pseye/Makefile

12 lines
187 B
Makefile
Raw Normal View History

2010-12-28 03:49:21 +03:00
# $NetBSD: Makefile,v 1.2 2010/12/28 00:49:22 jmcneill Exp $
2009-02-03 16:32:30 +03:00
.include "../Makefile.inc"
.PATH: ${S}/dev/usb
KMOD= pseye
2010-12-28 03:49:21 +03:00
IOCONF= pseye.ioconf
2009-02-03 16:32:30 +03:00
SRCS= pseye.c
.include <bsd.kmodule.mk>