Normalize MAN.

This commit is contained in:
Ruslan Ermilov 2006-10-18 12:35:24 +00:00
parent 828d6d12da
commit 000723a6f8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=163484
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
.PATH: ${.CURDIR}/..
PROG= zdump
MAN= ${.CURDIR}/../zdump.8
MAN= zdump.8
SRCS= zdump.c ialloc.c scheck.c
CFLAGS+= -DTM_GMTOFF=tm_gmtoff -DTM_ZONE=tm_zone -DSTD_INSPIRED -DPCTS

View File

@ -3,7 +3,7 @@
.PATH: ${.CURDIR}/..
PROG= zic
MAN= ${.CURDIR}/../zic.8
MAN= zic.8
SRCS= zic.c ialloc.c scheck.c
CFLAGS+= -DTM_GMTOFF=tm_gmtoff -DTM_ZONE=tm_zone -DSTD_INSPIRED -DPCTS