summaryrefslogtreecommitdiffstats
path: root/usr.sbin/zic
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2003-04-04 17:49:21 +0000
committerobrien <obrien@FreeBSD.org>2003-04-04 17:49:21 +0000
commita920d12f895baea61f01b199f25047011e4ff386 (patch)
treef272a05efbd4587e0ad18cfb9562b85e0f19ff94 /usr.sbin/zic
parent5468286a89667ccea8bf58047707fe6b3b58f8a5 (diff)
downloadFreeBSD-src-a920d12f895baea61f01b199f25047011e4ff386.zip
FreeBSD-src-a920d12f895baea61f01b199f25047011e4ff386.tar.gz
style.Makefile(5)
Diffstat (limited to 'usr.sbin/zic')
-rw-r--r--usr.sbin/zic/zdump/Makefile2
-rw-r--r--usr.sbin/zic/zic/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/zic/zdump/Makefile b/usr.sbin/zic/zdump/Makefile
index 620d8b0..127946f 100644
--- a/usr.sbin/zic/zdump/Makefile
+++ b/usr.sbin/zic/zdump/Makefile
@@ -6,8 +6,8 @@ PROG= zdump
MAN= ${.CURDIR}/../zdump.8
SRCS= zdump.c ialloc.c scheck.c
-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
+CFLAGS+= -I${.CURDIR}/.. -I${.CURDIR}/../../../lib/libc/stdtime
.include <bsd.prog.mk>
diff --git a/usr.sbin/zic/zic/Makefile b/usr.sbin/zic/zic/Makefile
index 8f3c622..c98799cf 100644
--- a/usr.sbin/zic/zic/Makefile
+++ b/usr.sbin/zic/zic/Makefile
@@ -6,9 +6,9 @@ PROG= zic
MAN= ${.CURDIR}/../zic.8
SRCS= zic.c ialloc.c scheck.c
-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
CFLAGS+= -DHAVE_STRERROR -DHAVE_UNISTD_H
+CFLAGS+= -I${.CURDIR}/.. -I${.CURDIR}/../../../lib/libc/stdtime
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud