MAN[1-9] -> MAN.

This commit is contained in:
ru 2002-05-13 12:11:54 +00:00
parent 541d227610
commit 57af34d9e3
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>