Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tools make a symlink to krb5 for the tools build.
details: https://anonhg.NetBSD.org/src/rev/d78f99af459d
branches: trunk
changeset: 821240:d78f99af459d
user: christos <christos%NetBSD.org@localhost>
date: Sun Jan 29 19:23:52 2017 +0000
description:
make a symlink to krb5 for the tools build.
diffstat:
tools/asn1_compile/Makefile | 6 +++++-
tools/compile_et/Makefile | 6 +++++-
2 files changed, 10 insertions(+), 2 deletions(-)
diffs (30 lines):
diff -r 09ee3c5889bd -r d78f99af459d tools/asn1_compile/Makefile
--- a/tools/asn1_compile/Makefile Sun Jan 29 19:23:28 2017 +0000
+++ b/tools/asn1_compile/Makefile Sun Jan 29 19:23:52 2017 +0000
@@ -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"
diff -r 09ee3c5889bd -r d78f99af459d tools/compile_et/Makefile
--- a/tools/compile_et/Makefile Sun Jan 29 19:23:28 2017 +0000
+++ b/tools/compile_et/Makefile Sun Jan 29 19:23:52 2017 +0000
@@ -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"
Home |
Main Index |
Thread Index |
Old Index