Home | History | Annotate | Line # | Download | only in zdump
Makefile revision 1.10
      1 #	$NetBSD: Makefile,v 1.10 2015/04/28 19:59:14 martin Exp $
      2 
      3 .include "${.PARSEDIR}/../zic/Makefile.inc"
      4 .include <bsd.own.mk>
      5 
      6 PROG=	zdump
      7 SRCS=	zdump.c
      8 MAN=	zdump.8
      9 
     10 TZVERSION!= ${TOOL_SED} -ne 's/VERSION=[ 	]*//p' ${NETBSDSRCDIR}/lib/libc/time/Makefile
     11 CPPFLAGS+=-DPKGVERSION='"(tzcode) "' -DTZVERSION='"${TZVERSION}"'
     12 
     13 COPTS.zdump.c += -Wno-format-nonliteral
     14 
     15 .PATH: ${NETBSDSRCDIR}/lib/libc/time
     16 .include <bsd.prog.mk>
     17