head	1.1;
access;
symbols
	netbsd-11-0-RC4:1.1
	netbsd-11-0-RC3:1.1
	netbsd-11-0-RC2:1.1
	netbsd-11-0-RC1:1.1
	perseant-exfatfs-base-20250801:1.1
	netbsd-11:1.1.0.2
	netbsd-11-base:1.1;
locks; strict;
comment	@# @;


1.1
date	2025.07.17.14.25.24;	author christos;	state Exp;
branches;
next	;
commitid	9yTxET2KrcqKI63G;


desc
@@


1.1
log
@Add build glue and generated files.
@
text
@#	$NetBSD: cmp.inc,v 1.1 2023/05/06 17:07:22 christos Exp $

.PATH.c:	${OPENSSLSRC}/crypto/cmp

CMP_SRCS += \
cmp_asn.c \
cmp_client.c \
cmp_ctx.c \
cmp_err.c \
cmp_genm.c \
cmp_hdr.c \
cmp_http.c \
cmp_msg.c \
cmp_protect.c \
cmp_server.c \
cmp_status.c \
cmp_util.c \
cmp_vfy.c \

SRCS += ${CMP_SRCS}

.for cryptosrc in ${CMP_SRCS}
CPPFLAGS.${cryptosrc} += -I${OPENSSLSRC}/crypto/cmp ${CMPCPPFLAGS}
.endfor
@
