summaryrefslogtreecommitdiffstats
path: root/usr.sbin/zic/zdump/Makefile
blob: 3ee3ce6bf873beba6d51913629969c516b925133 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# $FreeBSD$

.PATH:	${.CURDIR}/..

PROG=	zdump

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

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud