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 f6db9bc..f604da7 100644
--- a/bin/rcp/Makefile
+++ b/bin/rcp/Makefile
@@ -5,7 +5,7 @@ PROG= rcp
SRCS= rcp.c util.c
CFLAGS+=-Wall
-.if exists(${DESTDIR}/usr/lib/libkrb.a) && defined(MAKE_KERBEROS4)
+.if exists(${DESTDIR}${LIBDIR}/libkrb.a) && defined(MAKE_KERBEROS4)
SRCS+= krcmd.c kcmd.c rcmd_util.c encrypt.c
DPADD= ${LIBKRB} ${LIBDES}
CFLAGS+=-DKERBEROS -DCRYPT -DHAVE_CONFIG_H \
OpenPOWER on IntegriCloud