summaryrefslogtreecommitdiff
path: root/crypto
diff options
context:
space:
mode:
authormrg <mrg@NetBSD.org>2023-06-20 05:06:04 +0000
committermrg <mrg@NetBSD.org>2023-06-20 05:06:04 +0000
commit8bc68caeb662ad646d01c390c95a1042acc394c6 (patch)
tree1195405f09df898bf5ce48040b997b1dd4fb30e6 /crypto
parentefab63b7541c0f981768b41eafaea9f0ef1589ed (diff)
don't try to setup things in objdir before it exists.
Diffstat (limited to 'crypto')
-rw-r--r--crypto/external/bsd/heimdal/libexec/kadmind/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/crypto/external/bsd/heimdal/libexec/kadmind/Makefile b/crypto/external/bsd/heimdal/libexec/kadmind/Makefile
index 1fcc9c94939..60904488142 100644
--- a/crypto/external/bsd/heimdal/libexec/kadmind/Makefile
+++ b/crypto/external/bsd/heimdal/libexec/kadmind/Makefile
@@ -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} ${LIBHDB} ${LIBUTIL}
.include <${HEIMBASE}/Makefile.rules.inc>
.include <bsd.prog.mk>
+# XXX
CLEANFILES+=hcrypto
-
-.BEGIN:
+${OBJS}:
@ln -sf ${HEIMDIST}/lib/hcrypto .