MAN[1-9] -> MAN.

This commit is contained in:
Ruslan Ermilov 2002-05-13 12:11:54 +00:00
parent 89a600f197
commit 1e27d2dc60
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=96520
3 changed files with 5 additions and 6 deletions

View file

@ -114,7 +114,7 @@ SRCS= \
INCS= krb5.h ${.CURDIR}/../../include/krb5-types.h \
krb5-protos.h heim_err.h krb5_err.h k524_err.h
MAN3= \
MAN= \
krb5.3 \
krb5_425_conv_principal.3 \
krb5_appdefault.3 \
@ -141,10 +141,10 @@ MAN3= \
krb5_verify_user.3 \
krb5_warn.3
MAN5= \
MAN+= \
krb5.conf.5
MAN8= \
MAN+= \
kerberos.8 \
verify_krb5_conf.8

View file

@ -3,7 +3,6 @@
LIB= devinfo
SRCS= devinfo.c
INCS= devinfo.h
MAN3= devinfo.3
MAN= devinfo.3
.include <bsd.lib.mk>

View file

@ -8,6 +8,6 @@ WARNS?= 2
NO_WERROR= yes
SRCS= mpasbn.c
INCS= mp.h
MAN3= libmp.3
MAN= libmp.3
.include <bsd.lib.mk>