Home | History | Annotate | Line # | Download | only in accf_httpready
Makefile revision 1.1
      1 #	$NetBSD: Makefile,v 1.1 2008/11/20 09:58:45 ad Exp $
      2 
      3 .include "../Makefile.inc"
      4 
      5 .PATH:	${S}/netinet
      6 
      7 KMOD=	accf_httpready
      8 SRCS=	accf_http.c
      9 
     10 .include <bsd.kmodule.mk>
     11