12 lines
202 B
Makefile
12 lines
202 B
Makefile
# $NetBSD: Makefile,v 1.2 2015/08/20 11:05:00 christos Exp $
|
|
|
|
.include "../Makefile.inc"
|
|
|
|
.PATH: ${S}/netinet
|
|
|
|
KMOD= accf_dataready
|
|
IOCONF= accf_data.ioconf
|
|
SRCS= accf_data.c
|
|
|
|
.include <bsd.kmodule.mk>
|