Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/zic remove unused



details:   https://anonhg.NetBSD.org/src/rev/6e1e05b05187
branches:  trunk
changeset: 337811:6e1e05b05187
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Apr 28 17:00:42 2015 +0000

description:
remove unused

diffstat:

 usr.sbin/zic/Makefile |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (19 lines):

diff -r 4c4d1b46aaed -r 6e1e05b05187 usr.sbin/zic/Makefile
--- a/usr.sbin/zic/Makefile     Tue Apr 28 17:00:24 2015 +0000
+++ b/usr.sbin/zic/Makefile     Tue Apr 28 17:00:42 2015 +0000
@@ -1,13 +1,12 @@
-#      $NetBSD: Makefile,v 1.15 2014/10/07 22:14:05 christos Exp $
+#      $NetBSD: Makefile,v 1.16 2015/04/28 17:00:42 christos Exp $
 
 .include "Makefile.inc"
 .include <bsd.own.mk>
 
 COPTS.zic.c    += -Wno-format-nonliteral
-COPTS.scheck.c += -Wno-format-nonliteral
 
 PROG=  zic
-SRCS=  zic.c scheck.c ialloc.c
+SRCS=  zic.c
 MAN=   zic.8
 TZVERSION!= ${TOOL_SED} -ne 's/VERSION=[       ]*//p' ${NETBSDSRCDIR}/lib/libc/time/Makefile
 CPPFLAGS+=-DPKGVERSION='"(tzcode) "' -DTZVERSION='"${TZVERSION}"'



Home | Main Index | Thread Index | Old Index