11.14Schristos# $NetBSD: Makefile,v 1.14 2022/10/29 13:53:19 christos Exp $ 21.5Slukem 31.8Schristos.include "${.PARSEDIR}/../zic/Makefile.inc" 41.5Slukem.include <bsd.own.mk> 51.1Sjtc 61.1SjtcPROG= zdump 71.10SmartinSRCS= zdump.c 81.1SjtcMAN= zdump.8 91.1Sjtc 101.14SchristosLDADD+= -lintl 111.14SchristosDPADD+= ${LIBINTL} 121.14Schristos 131.12SchristosTZVERSION!= ${TOOL_CAT} ${NETBSDSRCDIR}/lib/libc/time/version 141.9SchristosCPPFLAGS+=-DPKGVERSION='"(tzcode) "' -DTZVERSION='"${TZVERSION}"' 151.9Schristos 161.7SchristosCOPTS.zdump.c += -Wno-format-nonliteral 171.13SjoergCWARNFLAGS.clang+= -Wno-error=bitwise-conditional-parentheses 181.7Schristos 191.5Slukem.PATH: ${NETBSDSRCDIR}/lib/libc/time 201.2Sjtc.include <bsd.prog.mk> 21