fb95eabd74
of the dtv module
13 lines
180 B
Makefile
13 lines
180 B
Makefile
# $NetBSD: Makefile,v 1.1 2011/08/09 01:42:25 jmcneill Exp $
|
|
|
|
.include "../Makefile.inc"
|
|
|
|
.PATH: ${S}/dev/dtv
|
|
|
|
KMOD= dtv_math
|
|
SRCS= dtv_math.c
|
|
|
|
WARNS= 4
|
|
|
|
.include <bsd.kmodule.mk>
|