From e3d0290b8c78ef969503f28e0a0d5a30789f0bd5 Mon Sep 17 00:00:00 2001 From: lukem Date: Mon, 8 Mar 2010 05:19:10 +0000 Subject: [PATCH] add meter.c --- external/bsd/openldap/lib/liblutil/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/external/bsd/openldap/lib/liblutil/Makefile b/external/bsd/openldap/lib/liblutil/Makefile index 10fd9e755d2a..60cb7ce3d279 100644 --- a/external/bsd/openldap/lib/liblutil/Makefile +++ b/external/bsd/openldap/lib/liblutil/Makefile @@ -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 @@ CPPFLAGS+= -I${LDAP_DISTDIR}/libraries/liblutil 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