diff options
author | ru <ru@FreeBSD.org> | 2001-03-20 18:17:26 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-03-20 18:17:26 +0000 |
commit | f10dc9aca1097011cc6fd2f38be5e855132c46f0 (patch) | |
tree | 5e5ad69bb402f6680ccfdc8f662837f174acaab6 /usr.sbin/zic | |
parent | 56b5d7535b94f68324d688401270d40f3779f0aa (diff) | |
download | FreeBSD-src-f10dc9aca1097011cc6fd2f38be5e855132c46f0.zip FreeBSD-src-f10dc9aca1097011cc6fd2f38be5e855132c46f0.tar.gz |
Set the default manual section for usr.sbin/ to 8.
Diffstat (limited to 'usr.sbin/zic')
-rw-r--r-- | usr.sbin/zic/zdump/Makefile | 1 | ||||
-rw-r--r-- | usr.sbin/zic/zic/Makefile | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/usr.sbin/zic/zdump/Makefile b/usr.sbin/zic/zdump/Makefile index ca10ac2..3ee3ce6 100644 --- a/usr.sbin/zic/zdump/Makefile +++ b/usr.sbin/zic/zdump/Makefile @@ -5,7 +5,6 @@ PROG= zdump SRCS= zdump.c ialloc.c scheck.c -MAN8= ${.CURDIR}/../zdump.8 CFLAGS+= -I${.CURDIR}/.. -I${.CURDIR}/../../../lib/libc/stdtime CFLAGS+= -DTM_GMTOFF=tm_gmtoff -DTM_ZONE=tm_zone -DSTD_INSPIRED -DPCTS CFLAGS+= -DHAVE_LONG_DOUBLE -DTZDIR=\"/usr/share/zoneinfo\" -Demkdir=mkdir diff --git a/usr.sbin/zic/zic/Makefile b/usr.sbin/zic/zic/Makefile index f8ad4db..c7eae2d 100644 --- a/usr.sbin/zic/zic/Makefile +++ b/usr.sbin/zic/zic/Makefile @@ -5,7 +5,6 @@ PROG= zic SRCS= zic.c ialloc.c scheck.c -MAN8= ${.CURDIR}/../zic.8 CFLAGS+= -I${.CURDIR}/.. -I${.CURDIR}/../../../lib/libc/stdtime CFLAGS+= -DTM_GMTOFF=tm_gmtoff -DTM_ZONE=tm_zone -DSTD_INSPIRED -DPCTS CFLAGS+= -DHAVE_LONG_DOUBLE -DTZDIR=\"/usr/share/zoneinfo\" -Demkdir=mkdir |