Home | History | Annotate | Line # | Download | only in libcrypto
buffer.inc revision 1.1.1.2
      1 #	$NetBSD: buffer.inc,v 1.1.1.2 2023/04/18 14:19:03 christos Exp $
      2 #
      3 #	@(#) Copyright (c) 1995 Simon J. Gerraty
      4 #
      5 #	SRCS extracted from src/crypto/dist/openssl/crypto/buffer/Makefile
      6 #
      7 
      8 .PATH:	${OPENSSLSRC}/crypto/buffer
      9 
     10 
     11 BUFFER_SRCS = buffer.c buf_err.c
     12 SRCS += ${BUFFER_SRCS}
     13 
     14 .for cryptosrc in ${BUFFER_SRCS}
     15 CPPFLAGS.${cryptosrc} = -I${OPENSSLSRC}/crypto/buffer
     16 .endfor
     17