summaryrefslogtreecommitdiffstats
path: root/src/lib/crypto/md4/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/crypto/md4/Makefile.in')
-rw-r--r--src/lib/crypto/md4/Makefile.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/crypto/md4/Makefile.in b/src/lib/crypto/md4/Makefile.in
index a5fa26fa91..c7af3d1b0c 100644
--- a/src/lib/crypto/md4/Makefile.in
+++ b/src/lib/crypto/md4/Makefile.in
@@ -3,6 +3,7 @@ CFLAGS = $(CCOPTS) $(DEFS) -I$(srcdir)/../des -I"$(srcdir)"
##DOSBUILDTOP = ..\..\..
##DOSLIBNAME=..\crypto.lib
+RUN_SETUP=@KRB5_RUN_ENV@
.c.o:
$(CC) $(CFLAGS) -c $(srcdir)/$*.c
@@ -43,8 +44,8 @@ t_cksum: t_cksum.o $(TOPLIBD)/libcrypto.a
$(CC) $(CFLAGS) -o t_cksum t_cksum.o $(TOPLIBD)/libcrypto.a $(LIBS)
check-unix:: t_mddriver t_cksum
- $(C)t_mddriver -x
- $(C)t_cksum "this is a test"
+ $(RUN_SETUP) $(C)t_mddriver -x
+ $(RUN_SETUP) $(C)t_cksum "this is a test"
check-windows:: t_mddriver$(EXEEXT)
$(C)t_mddriver$(EXEEXT) -x