Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/zdump Remove reference to (no longer existing) iall...



details:   https://anonhg.NetBSD.org/src/rev/bcd06c3d90bb
branches:  trunk
changeset: 807956:bcd06c3d90bb
user:      martin <martin%NetBSD.org@localhost>
date:      Tue Apr 28 19:59:14 2015 +0000

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

diffstat:

 usr.sbin/zdump/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (16 lines):

diff -r ad7787505772 -r bcd06c3d90bb usr.sbin/zdump/Makefile
--- a/usr.sbin/zdump/Makefile   Tue Apr 28 17:14:21 2015 +0000
+++ b/usr.sbin/zdump/Makefile   Tue Apr 28 19:59:14 2015 +0000
@@ -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



Home | Main Index | Thread Index | Old Index