summaryrefslogtreecommitdiffstats
path: root/sbin/restore
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/restore
parentbe68b23c6f15212004169d0341226b90581f4a4b (diff)
downloadFreeBSD-src-1bcfc94e3662a0bd029d4775d2f64c26a73020a0.zip
FreeBSD-src-1bcfc94e3662a0bd029d4775d2f64c26a73020a0.tar.gz
Use libcrypto instead of libdes.
Diffstat (limited to 'sbin/restore')
-rw-r--r--sbin/restore/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/restore/Makefile b/sbin/restore/Makefile
index 3f0a363..2da8e87 100644
--- a/sbin/restore/Makefile
+++ b/sbin/restore/Makefile
@@ -16,7 +16,8 @@ MLINKS+=restore.8 rrestore.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