summaryrefslogtreecommitdiffstats
path: root/usr.bin/su/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/su/Makefile')
-rw-r--r--usr.bin/su/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/su/Makefile b/usr.bin/su/Makefile
index 91ac2a8..99b44fb 100644
--- a/usr.bin/su/Makefile
+++ b/usr.bin/su/Makefile
@@ -15,8 +15,8 @@ CFLAGS+= -Wall
.if exists(${DESTDIR}${LIBDIR}/libkrb.a) && defined(MAKE_KERBEROS4)
CFLAGS+=-DKERBEROS
-DPADD+= ${LIBKRB} ${LIBDES} ${LIBCOM_ERR}
-LDADD+= -lkrb -ldes -lcom_err
+DPADD+= ${LIBKRB} ${LIBCRYPTO} ${LIBCOM_ERR}
+LDADD+= -lkrb -lcrypto -lcom_err
DISTRIBUTION= krb4
.endif
OpenPOWER on IntegriCloud