mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-28 19:52:44 +00:00
oops, do it right this time
This commit is contained in:
parent
2cf2990bee
commit
7b1aedd497
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=13189
@ -9,7 +9,7 @@ LDADD+= -lutil
|
||||
.if exists(${DESTDIR}/usr/lib/libkrb.a) && (defined(MAKE_KERBEROS) \
|
||||
|| defined(MAKE_EBONES))
|
||||
CFLAGS+=-DKERBEROS
|
||||
DPADD= ${LIBKRB} ${LIBDES}
|
||||
DPADD+= ${LIBKRB} ${LIBDES}
|
||||
LDADD+= -lkrb -ldes
|
||||
DISTRIBUTION= krb
|
||||
.endif
|
||||
|
@ -9,7 +9,7 @@ LDADD+= -lutil
|
||||
.if exists(${DESTDIR}/usr/lib/libkrb.a) && (defined(MAKE_KERBEROS) \
|
||||
|| defined(MAKE_EBONES))
|
||||
CFLAGS+=-DKERBEROS
|
||||
DPADD= ${LIBKRB} ${LIBDES}
|
||||
DPADD+= ${LIBKRB} ${LIBDES}
|
||||
LDADD+= -lkrb -ldes
|
||||
DISTRIBUTION= krb
|
||||
.endif
|
||||
|
Loading…
Reference in New Issue
Block a user