summaryrefslogtreecommitdiffstats
path: root/usr.sbin/zic/zic/Makefile
blob: 98dbbc1baf5c82737ddf592729c5e65d3a48db43 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#	$Id: Makefile,v 1.1 1994/09/13 03:36:16 wollman Exp $

.PATH:	${.CURDIR}/..

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
CFLAGS+= -DHAVE_STRERROR -DHAVE_UNISTD_H

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