Module Name:    src
Committed By:   martin
Date:           Tue Apr 28 19:59:14 UTC 2015

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

Log Message:
Remove reference to (no longer existing) ialloc.c


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/usr.sbin/zdump/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/zdump/Makefile
diff -u src/usr.sbin/zdump/Makefile:1.9 src/usr.sbin/zdump/Makefile:1.10
--- src/usr.sbin/zdump/Makefile:1.9	Tue Oct  7 22:20:02 2014
+++ src/usr.sbin/zdump/Makefile	Tue Apr 28 19:59:14 2015
@@ -1,10 +1,10 @@
-#	$NetBSD: Makefile,v 1.9 2014/10/07 22:20:02 christos Exp $
+#	$NetBSD: Makefile,v 1.10 2015/04/28 19:59:14 martin Exp $
 
 .include "${.PARSEDIR}/../zic/Makefile.inc"
 .include <bsd.own.mk>
 
 PROG=	zdump
-SRCS=	zdump.c ialloc.c
+SRCS=	zdump.c
 MAN=	zdump.8
 
 TZVERSION!= ${TOOL_SED} -ne 's/VERSION=[ 	]*//p' ${NETBSDSRCDIR}/lib/libc/time/Makefile

Reply via email to