Home | History | Annotate | Line # | Download | only in libcrypto
      1 #	$NetBSD: http.inc,v 1.1 2025/07/17 14:25:25 christos Exp $
      2 
      3 .PATH.c:	${OPENSSLSRC}/crypto/http
      4 
      5 HTTP_SRCS += \
      6 http_client.c \
      7 http_err.c \
      8 http_lib.c \
      9 
     10 SRCS += ${HTTP_SRCS}
     11 
     12 .for cryptosrc in ${HTTP_SRCS}
     13 CPPFLAGS.${cryptosrc} += -I${OPENSSLSRC}/crypto/http ${HTTPCPPFLAGS}
     14 .endfor
     15