kadm5srv: remove unused HDRS entries

Pull Request:	https://github.com/freebsd/freebsd-src/pull/1801
This commit is contained in:
Brooks Davis
2025-08-04 10:33:41 +01:00
parent 40a5abfc3f
commit 543b875a8e
-5
View File
@@ -48,11 +48,6 @@ CFLAGS+=-I${KRB5_DIR}/lib \
-I${KRB5_DIR}/lib/gssapi/generic
CWARNFLAGS.gcc+=-Wno-alloc-size-larger-than
HDRDIR= ${KRB5_OBJHDR}/kadm5
HDRS= ${HDRDIR}/admin.h \
${HDRDIR}/chpass_util_strings.h \
${HDRDIR}/kadm_err.h
GEN_KADM_ERR= kadm_err.et
GEN_KADM_ERR_C= ${GEN_KADM_ERR:S/.et$/.c/}
GEN_KADM_ERR_H= ${GEN_KADM_ERR:S/.et$/.h/}