1 # $NetBSD: err.inc,v 1.1 2018/02/03 22:43:37 christos Exp $ 2 # 3 # @(#) Copyright (c) 1995 Simon J. Gerraty 4 # 5 # SRCS extracted from src/crypto/dist/openssl/crypto/err/Makefile 6 # 7 8 .PATH: ${OPENSSLSRC}/crypto/err 9 10 11 ERR_SRCS = err.c err_all.c err_prn.c 12 SRCS += ${ERR_SRCS} 13 14 .for cryptosrc in ${ERR_SRCS} 15 CPPFLAGS.${cryptosrc} = -I${OPENSSLSRC}/crypto/err 16 .endfor 17