1 1.12 christos # $NetBSD: Makefile,v 1.12 2016/10/20 17:39:08 christos Exp $ 2 1.5 lukem 3 1.8 christos .include "${.PARSEDIR}/../zic/Makefile.inc" 4 1.5 lukem .include <bsd.own.mk> 5 1.1 jtc 6 1.1 jtc PROG= zdump 7 1.10 martin SRCS= zdump.c 8 1.1 jtc MAN= zdump.8 9 1.1 jtc 10 1.12 christos TZVERSION!= ${TOOL_CAT} ${NETBSDSRCDIR}/lib/libc/time/version 11 1.9 christos CPPFLAGS+=-DPKGVERSION='"(tzcode) "' -DTZVERSION='"${TZVERSION}"' 12 1.9 christos 13 1.7 christos COPTS.zdump.c += -Wno-format-nonliteral 14 1.7 christos 15 1.5 lukem .PATH: ${NETBSDSRCDIR}/lib/libc/time 16 1.2 jtc .include <bsd.prog.mk> 17