summaryrefslogtreecommitdiffstats
path: root/sbin/dump
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2000-02-24 21:01:54 +0000
committermarkm <markm@FreeBSD.org>2000-02-24 21:01:54 +0000
commit1bcfc94e3662a0bd029d4775d2f64c26a73020a0 (patch)
treebbc8c5ae7fe9d8a77658a1df6e235d17d41647a1 /sbin/dump
parentbe68b23c6f15212004169d0341226b90581f4a4b (diff)
downloadFreeBSD-src-1bcfc94e3662a0bd029d4775d2f64c26a73020a0.zip
FreeBSD-src-1bcfc94e3662a0bd029d4775d2f64c26a73020a0.tar.gz
Use libcrypto instead of libdes.
Diffstat (limited to 'sbin/dump')
-rw-r--r--sbin/dump/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/dump/Makefile b/sbin/dump/Makefile
index 4c06df6..b2e0e08 100644
--- a/sbin/dump/Makefile
+++ b/sbin/dump/Makefile
@@ -26,7 +26,8 @@ MLINKS+=dump.8 rdump.8
.if exists(${DESTDIR}${LIBDIR}/libkrb.a) && defined(MAKE_KERBEROS4)
.PATH: ${.CURDIR}/../../crypto/kerberosIV/appl/bsd
SRCS+= krcmd.c kcmd.c rcmd_util.c
-LDADD+= -lkrb -ldes
+DPADD= ${LIBKRB} ${LIBCRYPTO}
+LDADD+= -lkrb -lcrypto
CFLAGS+=-DKERBEROS -DHAVE_CONFIG_H \
-I${.CURDIR}/../../kerberosIV/include \
-I${.CURDIR}/../../crypto/kerberosIV/include \
OpenPOWER on IntegriCloud