kadm5srv: get common headers from kadm5clnt
Both were installing admin.h, chpass_util_strings.h, and kadm_err.h. kadm5clnt is ordered first in krb5/lib/Makefile so pick it. PR: 288594 Pull Request: https://github.com/freebsd/freebsd-src/pull/1801
This commit is contained in:
@@ -17,8 +17,6 @@ LDFLAGS=-Wl,--no-undefined
|
||||
LIBADD= krb5profile gssrpc gssapi_krb5 kdb5 krb5 k5crypto krb5support com_err
|
||||
VERSION_MAP= ${.CURDIR}/version.map
|
||||
|
||||
INCSDIR= ${INCLUDEDIR}/kadm5
|
||||
|
||||
SRCS= alt_prof.c \
|
||||
chpass_util.c \
|
||||
logger.c \
|
||||
@@ -30,10 +28,6 @@ SRCS= alt_prof.c \
|
||||
|
||||
.include "${KRB5_SRCTOP}/lib/kadm5srv/srv/Makefile.inc"
|
||||
|
||||
INCS= admin.h \
|
||||
chpass_util_strings.h \
|
||||
kadm_err.h
|
||||
|
||||
GEN= kadm_err.c kadm_err.h chpass_util_strings.c chpass_util_strings.h
|
||||
CLEANFILES= ${GEN} ${GENI}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user