summaryrefslogtreecommitdiffstats
path: root/usr.bin/su/Makefile
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>1999-09-06 20:22:47 +0000
committermarkm <markm@FreeBSD.org>1999-09-06 20:22:47 +0000
commit1d1d38e05714289a6a10c38dce6270c0d1853ae5 (patch)
tree14d35194bd3d61974b48f7df32e0850a38bb862c /usr.bin/su/Makefile
parentbd6cdbc4436130b9e8a50d169da8934c3febfff5 (diff)
downloadFreeBSD-src-1d1d38e05714289a6a10c38dce6270c0d1853ae5.zip
FreeBSD-src-1d1d38e05714289a6a10c38dce6270c0d1853ae5.tar.gz
Fix Common Error brokenness.
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 33064a4..60d83f6 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
OpenPOWER on IntegriCloud