mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-13 14:40:22 +00:00
Add common error lib for the Kerberos case.
This commit is contained in:
parent
a2771f581f
commit
9891baa632
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=50990
@ -20,8 +20,8 @@ CFLAGS+=-DINTERNAL_LS -Dmain=ls_main -I${.CURDIR}/${LSDIR}
|
||||
.if exists(${DESTDIR}/usr/lib/libkrb.a) && defined(MAKE_KERBEROS4)
|
||||
.PATH: ${.CURDIR}/../../lib/libpam/modules/pam_kerberosIV
|
||||
SRCS+= klogin.c
|
||||
LDADD+= -lkrb -ldes
|
||||
DPADD+= ${LIBKRB} ${LIBDES}
|
||||
LDADD+= -lkrb -ldes -lcom_err
|
||||
DPADD+= ${LIBKRB} ${LIBDES} ${LIBCOM_ERR}
|
||||
CFLAGS+=-DKERBEROS
|
||||
DISTRIBUTION= krb
|
||||
.endif
|
||||
|
Loading…
Reference in New Issue
Block a user