Module Name:    src
Committed By:   christos
Date:           Thu Jan 17 22:25:36 UTC 2013

Modified Files:
        src/tools/libdwarf: Makefile

Log Message:
add new file


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/tools/libdwarf/Makefile

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

Modified files:

Index: src/tools/libdwarf/Makefile
diff -u src/tools/libdwarf/Makefile:1.5 src/tools/libdwarf/Makefile:1.6
--- src/tools/libdwarf/Makefile:1.5	Sun Dec 16 01:47:39 2012
+++ src/tools/libdwarf/Makefile	Thu Jan 17 17:25:36 2013
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.5 2012/12/16 06:47:39 apb Exp $
+#	$NetBSD: Makefile,v 1.6 2013/01/17 22:25:36 christos Exp $
 
 HOSTLIB=dwarf
 
@@ -15,6 +15,7 @@ SRCS=	dwarf_abbrev.c		\
 	dwarf_errno.c		\
 	dwarf_finish.c		\
 	dwarf_form.c		\
+	dwarf_func.c		\
 	dwarf_init.c		\
 	dwarf_loc.c
 

Reply via email to