Module Name:    src
Committed By:   lukem
Date:           Mon Mar  8 05:19:10 UTC 2010

Modified Files:
        src/external/bsd/openldap/lib/liblutil: Makefile

Log Message:
add meter.c


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/openldap/lib/liblutil/Makefile

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

Modified files:

Index: src/external/bsd/openldap/lib/liblutil/Makefile
diff -u src/external/bsd/openldap/lib/liblutil/Makefile:1.2 src/external/bsd/openldap/lib/liblutil/Makefile:1.3
--- src/external/bsd/openldap/lib/liblutil/Makefile:1.2	Tue May 27 08:58:26 2008
+++ src/external/bsd/openldap/lib/liblutil/Makefile	Mon Mar  8 05:19:10 2010
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.2 2008/05/27 08:58:26 lukem Exp $
+#	$NetBSD: Makefile,v 1.3 2010/03/08 05:19:10 lukem Exp $
 
 USE_FORT?=	yes
 
@@ -13,7 +13,7 @@
 
 SRCS=		base64.c csn.c entropy.c sasl.c signal.c hash.c passfile.c \
 		md5.c passwd.c sha1.c getpass.c lockf.c utils.c uuid.c \
-		sockpair.c avl.c tavl.c ldif.c fetch.c \
+		sockpair.c avl.c tavl.c ldif.c fetch.c meter.c \
 		getpeereid.c detach.c
 
 .include <bsd.lib.mk>

Reply via email to