Module Name:    src
Committed By:   christos
Date:           Tue Apr 28 17:00:42 UTC 2015

Modified Files:
        src/usr.sbin/zic: Makefile

Log Message:
remove unused


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/usr.sbin/zic/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.sbin/zic/Makefile
diff -u src/usr.sbin/zic/Makefile:1.15 src/usr.sbin/zic/Makefile:1.16
--- src/usr.sbin/zic/Makefile:1.15	Tue Oct  7 18:14:05 2014
+++ src/usr.sbin/zic/Makefile	Tue Apr 28 13:00:42 2015
@@ -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}"'

Reply via email to