NetBSD/sys/modules/dbcool/Makefile
2011-08-28 15:48:19 +00:00

12 lines
188 B
Makefile

# $NetBSD: Makefile,v 1.2 2011/08/28 15:48:19 jmcneill Exp $
.include "../Makefile.inc"
.PATH: ${S}/dev/i2c
KMOD= dbcool
IOCONF= dbcool.ioconf
SRCS= dbcool.c
.include <bsd.kmodule.mk>