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/libexec/kadmind don't try to set...



details:   https://anonhg.NetBSD.org/src/rev/f7082269b716
branches:  trunk
changeset: 376483:f7082269b716
user:      mrg <mrg%NetBSD.org@localhost>
date:      Tue Jun 20 05:06:04 2023 +0000

description:
don't try to setup things in objdir before it exists.

diffstat:

 crypto/external/bsd/heimdal/libexec/kadmind/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (19 lines):

diff -r 52ff5cd07279 -r f7082269b716 crypto/external/bsd/heimdal/libexec/kadmind/Makefile
--- a/crypto/external/bsd/heimdal/libexec/kadmind/Makefile      Tue Jun 20 03:24:08 2023 +0000
+++ b/crypto/external/bsd/heimdal/libexec/kadmind/Makefile      Tue Jun 20 05:06:04 2023 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2023/06/19 23:11:44 christos Exp $
+# $NetBSD: Makefile,v 1.4 2023/06/20 05:06:04 mrg Exp $
 
 .include <bsd.own.mk>
 .include <${.CURDIR}/../../Makefile.inc>
@@ -25,7 +25,7 @@ DPADD+= ${LIBGSSAPI} ${LIBKADM5SRV} ${LI
 .include <${HEIMBASE}/Makefile.rules.inc>
 .include <bsd.prog.mk>
 
+# XXX
 CLEANFILES+=hcrypto
-
-.BEGIN:
+${OBJS}:
        @ln -sf ${HEIMDIST}/lib/hcrypto .



Home | Main Index | Thread Index | Old Index