11 lines
171 B
Makefile
11 lines
171 B
Makefile
# $NetBSD: Makefile,v 1.1 2008/11/20 09:58:45 ad Exp $
|
|
|
|
.include "../Makefile.inc"
|
|
|
|
.PATH: ${S}/netinet
|
|
|
|
KMOD= accf_dataready
|
|
SRCS= accf_data.c
|
|
|
|
.include <bsd.kmodule.mk>
|