# $NetBSD: Makefile,v 1.10 2012/10/25 15:14:36 martin Exp $ .if defined(HAVE_GCC) && ${HAVE_GCC} >= 45 WARNS?= 2 # XXX -Wcast-qual in lib/libc/time .else # warning with older gcc: # "comparison is always false due to limited range of data type" # and no way to make it shut up? WARNS= 0 NOGCCERROR= 1 .endif .include PROG= zic SRCS= zic.c scheck.c ialloc.c MAN= zic.8 CPPFLAGS+=-Dunix .PATH: ${NETBSDSRCDIR}/lib/libc/time .include