Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/crypto/external/bsd/heimdal/lib/libkdc Explicit libheimbase ...
details: https://anonhg.NetBSD.org/src/rev/30e8119f658a
branches: trunk
changeset: 320424:30e8119f658a
user: martin <martin%NetBSD.org@localhost>
date: Fri Jul 06 08:54:30 2018 +0000
description:
Explicit libheimbase dependency, similar to Christos' change to
libheimntlm/Makefile, hopefully fixing another MKREPRO fallout.
XXX pullup 8
diffstat:
crypto/external/bsd/heimdal/lib/libkdc/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r a19d59ac51df -r 30e8119f658a crypto/external/bsd/heimdal/lib/libkdc/Makefile
--- a/crypto/external/bsd/heimdal/lib/libkdc/Makefile Fri Jul 06 08:31:43 2018 +0000
+++ b/crypto/external/bsd/heimdal/lib/libkdc/Makefile Fri Jul 06 08:54:30 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2017/01/28 21:31:52 christos Exp $
+# $NetBSD: Makefile,v 1.4 2018/07/06 08:54:30 martin Exp $
.include <bsd.own.mk>
.include <${.CURDIR}/../../Makefile.inc>
@@ -15,6 +15,7 @@
hdb ${.CURDIR}/../libhdb \
hx509 ${.CURDIR}/../libhx509 \
asn1 ${.CURDIR}/../libasn1 \
+ heimbase ${.CURDIR}/../libheimbase \
heimntlm ${.CURDIR}/../libheimntlm \
roken ${.CURDIR}/../libroken
Home |
Main Index |
Thread Index |
Old Index