Module Name: src
Committed By: christos
Date: Sun Jun 20 10:38:54 UTC 2021
Modified Files:
src/crypto/external/bsd/heimdal/lib/libhx509: Makefile
Log Message:
hide yyerrflag, yyval; centralize lex and yacc settings
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 \
src/crypto/external/bsd/heimdal/lib/libhx509/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/crypto/external/bsd/heimdal/lib/libhx509/Makefile
diff -u src/crypto/external/bsd/heimdal/lib/libhx509/Makefile:1.6 src/crypto/external/bsd/heimdal/lib/libhx509/Makefile:1.7
--- src/crypto/external/bsd/heimdal/lib/libhx509/Makefile:1.6 Sat Feb 3 22:19:51 2018
+++ src/crypto/external/bsd/heimdal/lib/libhx509/Makefile Sun Jun 20 06:38:54 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2018/02/04 03:19:51 christos Exp $
+# $NetBSD: Makefile,v 1.7 2021/06/20 10:38:54 christos Exp $
NOLINT= # defined
@@ -19,6 +19,8 @@ LIBDPLIBS+= asn1 ${HEIMBASE}/lib/libasn1
wind ${HEIMBASE}/lib/libwind
YHEADER=1
+YPREFIX= _hx509_sel_yy
+LPREFIX= _hx509_sel_yy
INCSDIR= /usr/include/krb5
INCS+= hx509.h hx509-protos.h ${ASN1_INCS} ${COMPILE_ET_INCS}
@@ -56,7 +58,6 @@ SRCS= \
softp11.c \
${BUILT_SOURCES}
-LPREFIX= _hx509_sel_yy
CPPFLAGS+= \
-I${HEIMDIST}/lib/hx509/ref \