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