14 lines
188 B
Makefile
14 lines
188 B
Makefile
# $NetBSD: Makefile,v 1.1 2010/12/28 14:45:30 jmcneill Exp $
|
|
|
|
.include "../Makefile.inc"
|
|
|
|
.PATH: ${S}/dev/ir
|
|
|
|
KMOD= cir
|
|
IOCONF= cir.ioconf
|
|
SRCS= cir.c
|
|
|
|
WARNS= 4
|
|
|
|
.include <bsd.kmodule.mk>
|