summaryrefslogtreecommitdiffstats
path: root/bin/rcp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'bin/rcp/Makefile')
-rw-r--r--bin/rcp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/rcp/Makefile b/bin/rcp/Makefile
index 923f367..95230b0 100644
--- a/bin/rcp/Makefile
+++ b/bin/rcp/Makefile
@@ -7,7 +7,7 @@ CFLAGS+=-DBINDIR=${BINDIR}
WARNS= 0
WFORMAT=0
-.if exists(${DESTDIR}${LIBDIR}/libkrb.a) && defined(MAKE_KERBEROS4)
+.if defined(MAKE_KERBEROS4) && !defined(NO_OPENSSL) && !defined(NOCRYPT)
SRCS+= krcmd.c kcmd.c rcmd_util.c
DPADD= ${LIBUTIL} ${LIBKRB} ${LIBCRYPTO}
CFLAGS+=-DCRYPT -DHAVE_CONFIG_H \
OpenPOWER on IntegriCloud