1 # $NetBSD: err.inc,v 1.1.1.2 2023/04/18 14:19:04 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 = \ 12 err.c \ 13 err_all.c \ 14 err_prn.c 15 16 SRCS += ${ERR_SRCS} 17 18 .for cryptosrc in ${ERR_SRCS} 19 CPPFLAGS.${cryptosrc} = -I${OPENSSLSRC}/crypto/err 20 .endfor 21