Module Name: src
Committed By: christos
Date: Sun Jan 29 19:23:52 UTC 2017
Modified Files:
src/tools/asn1_compile: Makefile
src/tools/compile_et: Makefile
Log Message:
make a symlink to krb5 for the tools build.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/tools/asn1_compile/Makefile
cvs rdiff -u -r1.7 -r1.8 src/tools/compile_et/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/tools/asn1_compile/Makefile
diff -u src/tools/asn1_compile/Makefile:1.5 src/tools/asn1_compile/Makefile:1.6
--- src/tools/asn1_compile/Makefile:1.5 Fri Apr 15 14:05:45 2011
+++ src/tools/asn1_compile/Makefile Sun Jan 29 14:23:52 2017
@@ -1,6 +1,10 @@
-# $NetBSD: Makefile,v 1.5 2011/04/15 18:05:45 elric Exp $
+# $NetBSD: Makefile,v 1.6 2017/01/29 19:23:52 christos Exp $
HOSTPROGNAME= ${_TOOL_PREFIX}asn1_compile
HOST_SRCDIR= crypto/external/bsd/heimdal/lib/libasn1/asn1_compile
+CPPFLAGS+= -I.
+
+.BEGIN:
+ ln -sf ${NETBSDSRCDIR}/crypto/external/bsd/heimdal/include krb5
.include "${.CURDIR}/../Makefile.host"
Index: src/tools/compile_et/Makefile
diff -u src/tools/compile_et/Makefile:1.7 src/tools/compile_et/Makefile:1.8
--- src/tools/compile_et/Makefile:1.7 Fri Apr 15 14:05:46 2011
+++ src/tools/compile_et/Makefile Sun Jan 29 14:23:52 2017
@@ -1,6 +1,10 @@
-# $NetBSD: Makefile,v 1.7 2011/04/15 18:05:46 elric Exp $
+# $NetBSD: Makefile,v 1.8 2017/01/29 19:23:52 christos Exp $
HOSTPROGNAME= ${_TOOL_PREFIX}compile_et
HOST_SRCDIR= crypto/external/bsd/heimdal/lib/libcom_err/compile_et
+CPPFLAGS+= -I.
+
+.BEGIN:
+ ln -sf ${NETBSDSRCDIR}/crypto/external/bsd/heimdal/include krb5
.include "${.CURDIR}/../Makefile.host"