1 1.14 christos # $NetBSD: Makefile,v 1.14 2022/10/29 13:53:19 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.14 christos LDADD+= -lintl 11 1.14 christos DPADD+= ${LIBINTL} 12 1.14 christos 13 1.12 christos TZVERSION!= ${TOOL_CAT} ${NETBSDSRCDIR}/lib/libc/time/version 14 1.9 christos CPPFLAGS+=-DPKGVERSION='"(tzcode) "' -DTZVERSION='"${TZVERSION}"' 15 1.9 christos 16 1.7 christos COPTS.zdump.c += -Wno-format-nonliteral 17 1.13 joerg CWARNFLAGS.clang+= -Wno-error=bitwise-conditional-parentheses 18 1.7 christos 19 1.5 lukem .PATH: ${NETBSDSRCDIR}/lib/libc/time 20 1.2 jtc .include <bsd.prog.mk> 21