krb5: Move some manpages to other packages

Move KDC manpages to kerberos-kdc-man.

Move the generic Kerberos manpages (e.g., kerberos.7) to kerberos-man
instead of kerberos-lib-man.  Although they technically describe
behaviour implemented in the libraries, conceptually, they are more
associated with Kerberos in general.

While here, remove some redundant SUFFIXES.

Reviewed by:	manu, cy
Differential Revision:	https://reviews.freebsd.org/D51515
This commit is contained in:
Lexi Winter
2025-07-25 15:05:14 +01:00
parent 98d46e05ab
commit 6b28571cb6
+14 -9
View File
@@ -50,19 +50,24 @@ CFLAGS+=${DEFINES} \
-I${KRB5_SRCTOP}/include \
-I${KRB5_DIR}
MAN= k5identity.5 \
k5login.5 \
kadm5.acl.5 \
kdc.conf.5 \
krb5.conf.5 \
kerberos.7
MANGROUPS= KRB5
KRB5= k5identity.5 \
k5login.5 \
krb5.conf.5 \
kerberos.7
KRB5PACKAGE= kerberos
KRB5LINKS=k5identity.5 .k5identity.5
KRB5LINKS+=k5login.5 .k5login.5
MANGROUPS+= KDC
KDC= kadm5.acl.5 \
kdc.conf.5
KDCPACKAGE= kerberos-kdc
MLINKS= k5identity.5 .k5identity.5
MLINKS+=k5login.5 .k5login.5
.include <bsd.lib.mk>
.SUFFIXES: .h .c .et .man .5 .7
.SUFFIXES: .et .man
.man.5:
@cp ${.ALLSRC} ${.TARGET}