16 lines
369 B
Makefile
Raw Normal View History

1999-08-28 01:35:59 +00:00
# $FreeBSD$
1994-09-13 03:36:16 +00:00
.PATH: ${.CURDIR}/../../../contrib/tzcode/zic
1994-09-13 03:36:16 +00:00
PROG= zdump
2006-10-18 12:35:24 +00:00
MAN= zdump.8
SRCS= zdump.c ialloc.c scheck.c
1994-09-13 03:36:16 +00:00
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}/../../../contrib/tzcode/stdtime
1994-09-13 03:36:16 +00:00
WARNS?= 2
1994-09-13 03:36:16 +00:00
.include <bsd.prog.mk>