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:47 +0000 |
| commit | c791ea80b5f74a6fb08ffa2c2541d158fd218d12 (patch) | |
| tree | 05d8293757e34c2ab1aa1949c18e97d177bd17ec | |
| parent | 543b875a8ee4674c592b507b0f1d16ff1eef7231 (diff) | |
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
| -rw-r--r-- | krb5/lib/kadm5srv/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/krb5/lib/kadm5srv/Makefile b/krb5/lib/kadm5srv/Makefile index 6e17cf07fabd..aa4fad49ea02 100644 --- a/krb5/lib/kadm5srv/Makefile +++ b/krb5/lib/kadm5srv/Makefile @@ -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} |
