diff options
author | markm <markm@FreeBSD.org> | 2000-02-24 21:01:54 +0000 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 2000-02-24 21:01:54 +0000 |
commit | 1bcfc94e3662a0bd029d4775d2f64c26a73020a0 (patch) | |
tree | bbc8c5ae7fe9d8a77658a1df6e235d17d41647a1 /sbin/mount_nfs | |
parent | be68b23c6f15212004169d0341226b90581f4a4b (diff) | |
download | FreeBSD-src-1bcfc94e3662a0bd029d4775d2f64c26a73020a0.zip FreeBSD-src-1bcfc94e3662a0bd029d4775d2f64c26a73020a0.tar.gz |
Use libcrypto instead of libdes.
Diffstat (limited to 'sbin/mount_nfs')
-rw-r--r-- | sbin/mount_nfs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/mount_nfs/Makefile b/sbin/mount_nfs/Makefile index 10b176b..5e36bc8 100644 --- a/sbin/mount_nfs/Makefile +++ b/sbin/mount_nfs/Makefile @@ -14,8 +14,8 @@ CFLAGS+= -DNFS -I${MOUNT} -I${UMNTALL} .if exists(${DESTDIR}/usr/lib/libkrb.a) && (defined(MAKE_KERBEROS) \ || defined(MAKE_EBONES)) CFLAGS+=-DKERBEROS -DPADD= ${LIBKRB} ${LIBDES} -LDADD= -lkrb -ldes +DPADD= ${LIBKRB} ${LIBCRYPTO} +LDADD= -lkrb -lcrypto DISTRIBUTION= krb .endif |