Module Name:    src
Committed By:   mrg
Date:           Tue Jun 20 05:06:04 UTC 2023

Modified Files:
        src/crypto/external/bsd/heimdal/libexec/kadmind: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 \
    src/crypto/external/bsd/heimdal/libexec/kadmind/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/libexec/kadmind/Makefile
diff -u src/crypto/external/bsd/heimdal/libexec/kadmind/Makefile:1.3 src/crypto/external/bsd/heimdal/libexec/kadmind/Makefile:1.4
--- src/crypto/external/bsd/heimdal/libexec/kadmind/Makefile:1.3	Mon Jun 19 23:11:44 2023
+++ src/crypto/external/bsd/heimdal/libexec/kadmind/Makefile	Tue Jun 20 05:06:04 2023
@@ -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 .

Reply via email to