aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/su/Makefile
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>1999-09-06 20:22:47 +0000
committerMark Murray <markm@FreeBSD.org>1999-09-06 20:22:47 +0000
commitb255e811b2f363e38db889f72d28fd54a969d0c5 (patch)
tree3032b56bd437946db71af5a6521c6756db92d622 /usr.bin/su/Makefile
parent22e1fe88a22edc17747a09154d685993162e7329 (diff)
downloadsrc-b255e811b2f363e38db889f72d28fd54a969d0c5.tar.gz
src-b255e811b2f363e38db889f72d28fd54a969d0c5.zip
Fix Common Error brokenness.
Notes
Notes: svn path=/head/; revision=51039
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 33064a4e089d..60d83f693d1f 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}
-LDADD+= -lkrb -ldes
+DPADD+= ${LIBKRB} ${LIBDES} ${LIBCOM_ERR}
+LDADD+= -lkrb -ldes -lcom_err
DISTRIBUTION= krb
.endif