mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-09 07:06:38 -04:00
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_httpready
|
|
IOCONF= accf_http.ioconf
|
|
SRCS= accf_http.c
|
|
|
|
.include <bsd.kmodule.mk>
|