NetBSD/usr.sbin/zdump/Makefile

17 lines
400 B
Makefile
Raw Normal View History

2016-10-20 20:39:08 +03:00
# $NetBSD: Makefile,v 1.12 2016/10/20 17:39:08 christos Exp $
2002-09-18 07:54:26 +04:00
2013-03-03 01:39:14 +04:00
.include "${.PARSEDIR}/../zic/Makefile.inc"
2002-09-18 07:54:26 +04:00
.include <bsd.own.mk>
1995-03-10 10:17:05 +03:00
PROG= zdump
SRCS= zdump.c
1995-03-10 10:17:05 +03:00
MAN= zdump.8
2016-10-20 20:39:08 +03:00
TZVERSION!= ${TOOL_CAT} ${NETBSDSRCDIR}/lib/libc/time/version
2014-10-08 02:20:02 +04:00
CPPFLAGS+=-DPKGVERSION='"(tzcode) "' -DTZVERSION='"${TZVERSION}"'
COPTS.zdump.c += -Wno-format-nonliteral
2002-09-18 07:54:26 +04:00
.PATH: ${NETBSDSRCDIR}/lib/libc/time
1995-03-11 04:14:25 +03:00
.include <bsd.prog.mk>