Home | History | Annotate | Line # | Download | only in accf_httpready
Makefile revision 1.2.18.1
      1  1.2.18.1  christos #	$NetBSD: Makefile,v 1.2.18.1 2019/06/10 22:09:06 christos Exp $
      2       1.1        ad 
      3       1.1        ad .include "../Makefile.inc"
      4       1.1        ad 
      5       1.1        ad .PATH:	${S}/netinet
      6       1.1        ad 
      7       1.1        ad KMOD=	accf_httpready
      8       1.2  christos IOCONF=	accf_http.ioconf
      9       1.1        ad SRCS=	accf_http.c
     10       1.1        ad 
     11  1.2.18.1  christos WARNS=	3
     12  1.2.18.1  christos 
     13       1.1        ad .include <bsd.kmodule.mk>
     14