13 lines
174 B
Makefile
13 lines
174 B
Makefile
# $NetBSD: Makefile,v 1.1 2011/07/14 23:50:12 jmcneill Exp $
|
|
|
|
.include "../Makefile.inc"
|
|
|
|
.PATH: ${S}/dev/i2c
|
|
|
|
KMOD= nxt2k
|
|
SRCS= nxt2k.c
|
|
|
|
WARNS= 4
|
|
|
|
.include <bsd.kmodule.mk>
|