git: ca9ccf0ce9ad - main - krb5/usr.bin/kadmin: Fix typo kamdin -> kadmin
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 25 Jul 2025 17:28:45 UTC
The branch main has been updated by ivy:
URL: https://cgit.FreeBSD.org/src/commit/?id=ca9ccf0ce9adf9c0e079936f2766fc464181b6c2
commit ca9ccf0ce9adf9c0e079936f2766fc464181b6c2
Author: Lexi Winter <ivy@FreeBSD.org>
AuthorDate: 2025-07-25 14:05:51 +0000
Commit: Lexi Winter <ivy@FreeBSD.org>
CommitDate: 2025-07-25 17:31:26 +0000
krb5/usr.bin/kadmin: Fix typo kamdin -> kadmin
While here, remove some redundant SUFFIXES.
Reviewed by: des, cy
Differential Revision: https://reviews.freebsd.org/D51513
---
ObsoleteFiles.inc | 1 +
krb5/usr.bin/kadmin/Makefile | 4 ++--
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc
index c66ece2a0767..0da710c94797 100644
--- a/ObsoleteFiles.inc
+++ b/ObsoleteFiles.inc
@@ -63,6 +63,7 @@ OLD_FILES+=usr/include/dyn.h
OLD_FILES+=usr/include/dynP.h
OLD_FILES+=usr/include/gssrpcint.h
OLD_FILES+=usr/share/man/man5/profile.5.gz
+OLD_FILES+=usr/share/man/man8/kamdin.local.8.gz
# 20250716: Remove an old manual page, vn(4) was removed in FreeBSD 5.0
OLD_FILES+=usr/share/man/man4/vn.4.gz
diff --git a/krb5/usr.bin/kadmin/Makefile b/krb5/usr.bin/kadmin/Makefile
index 36b7378dee11..b2a094795d48 100644
--- a/krb5/usr.bin/kadmin/Makefile
+++ b/krb5/usr.bin/kadmin/Makefile
@@ -19,7 +19,7 @@ SCRIPTS= k5srvutil.sh
MAN= kadmin.1 \
k5srvutil.1
-MLINKS= kadmin.1 kamdin.local.8
+MLINKS= kadmin.1 kadmin.local.8
CLEANFILES= kadmin.1 k5srvutil.1
@@ -32,7 +32,7 @@ k5srvutil.1: k5srvutil.man
.include <bsd.prog.mk>
-.SUFFIXES: .h .c. .man .1
+.SUFFIXES: .man
.man.1:
@cp ${.ALLSRC} ${.TARGET}