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