diff options
| author | Brooks Davis <brooks@FreeBSD.org> | 2025-08-04 09:33:41 +0000 |
|---|---|---|
| committer | Brooks Davis <brooks@FreeBSD.org> | 2025-08-04 12:58:46 +0000 |
| commit | 543b875a8ee4674c592b507b0f1d16ff1eef7231 (patch) | |
| tree | 066633353908b9f4adcee63f2c1807afff48760f | |
| parent | 40a5abfc3f66e17827b2225cc9ed3c2ed4290df8 (diff) | |
kadm5srv: remove unused HDRS entries
Pull Request: https://github.com/freebsd/freebsd-src/pull/1801
| -rw-r--r-- | krb5/lib/kadm5srv/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/krb5/lib/kadm5srv/Makefile b/krb5/lib/kadm5srv/Makefile index a8f7f489d2be..6e17cf07fabd 100644 --- a/krb5/lib/kadm5srv/Makefile +++ b/krb5/lib/kadm5srv/Makefile @@ -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/} |
