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
This commit is contained in:
Lexi Winter
2025-07-25 15:05:51 +01:00
parent 6b28571cb6
commit ca9ccf0ce9
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -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
+2 -2
View File
@@ -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}