Home | History | Annotate | Line # | Download | only in zic
Makefile revision 1.18
      1  1.18  christos #	$NetBSD: Makefile,v 1.18 2016/10/07 21:55:29 christos Exp $
      2   1.9     lukem 
      3  1.11  christos .include "Makefile.inc"
      4  1.13       apb .include <bsd.own.mk>
      5  1.11  christos 
      6  1.11  christos COPTS.zic.c	+= -Wno-format-nonliteral
      7   1.7     lukem 
      8   1.1       jtc PROG=	zic
      9  1.16  christos SRCS=	zic.c
     10   1.1       jtc MAN=	zic.8
     11  1.17  christos TZVERSION!= ${TOOL_SED} -ne 's/^VERSION=[ 	]*//p' ${NETBSDSRCDIR}/lib/libc/time/Makefile
     12  1.15  christos CPPFLAGS+=-DPKGVERSION='"(tzcode) "' -DTZVERSION='"${TZVERSION}"'
     13   1.1       jtc 
     14   1.7     lukem .PATH: ${NETBSDSRCDIR}/lib/libc/time
     15   1.6       mrg 
     16  1.18  christos .if !defined(HOSTPROG)
     17  1.17  christos LDADD+=-lutil
     18  1.17  christos DPADD+=${LIBUTIL}
     19  1.18  christos .endif
     20  1.17  christos 
     21   1.2       jtc .include <bsd.prog.mk>
     22