diff options
author | ru <ru@FreeBSD.org> | 2001-03-27 17:27:19 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-03-27 17:27:19 +0000 |
commit | 25ef23ac1cd91aa5fdc342b2889f86ee3ea73daa (patch) | |
tree | e9b08b54acff71fa727310a461d700095bbe9587 /lib/libcom_err | |
parent | e429759bcf3eb8398d78b1609e915121e319b017 (diff) | |
download | FreeBSD-src-25ef23ac1cd91aa5fdc342b2889f86ee3ea73daa.zip FreeBSD-src-25ef23ac1cd91aa5fdc342b2889f86ee3ea73daa.tar.gz |
MAN[1-9] -> MAN.
Diffstat (limited to 'lib/libcom_err')
-rw-r--r-- | lib/libcom_err/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libcom_err/Makefile b/lib/libcom_err/Makefile index 081a0b7..65a3ffd 100644 --- a/lib/libcom_err/Makefile +++ b/lib/libcom_err/Makefile @@ -3,7 +3,7 @@ LIB= com_err SRCS= com_err.c error.c INCS= ${COM_ERRDIR}/com_err.h ${COM_ERRDIR}/com_right.h -MAN3= com_err.3 +MAN= com_err.3 COM_ERRDIR= ${.CURDIR}/../../contrib/com_err CFLAGS+= -I${COM_ERRDIR} |