Makefile 88 B

1234567
  1. .PATH: ${SRCTOP}/sys/netinet
  2. KMOD= accf_http
  3. SRCS= accf_http.c
  4. .include <bsd.kmod.mk>