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:
@@ -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
|
||||
|
||||
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user