Module Name:    src
Committed By:   christos
Date:           Tue May  7 13:00:36 UTC 2013

Modified Files:
        src/usr.bin/ldd: Makefile.elf

Log Message:
include symver.c


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/usr.bin/ldd/Makefile.elf

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

Modified files:

Index: src/usr.bin/ldd/Makefile.elf
diff -u src/usr.bin/ldd/Makefile.elf:1.4 src/usr.bin/ldd/Makefile.elf:1.5
--- src/usr.bin/ldd/Makefile.elf:1.4	Wed Mar  9 18:10:08 2011
+++ src/usr.bin/ldd/Makefile.elf	Tue May  7 09:00:35 2013
@@ -1,10 +1,10 @@
-#	$NetBSD: Makefile.elf,v 1.4 2011/03/09 23:10:08 joerg Exp $
+#	$NetBSD: Makefile.elf,v 1.5 2013/05/07 13:00:35 christos Exp $
 
 # Makefile fragment to build a (32 or 64 bit) libldd_elfxx.a.
 # Expects CPPFLAGS to have ELFSIZE set, and LIB to be set.
 
 SRCS=	ldd_elfxx.c
 SRCS+=	xmalloc.c debug.c expand.c map_object.c load.c search.c \
-	headers.c paths.c tls.c
+	headers.c paths.c tls.c symver.c
 
 .include "Makefile.common"

Reply via email to