Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src Build libutil(3) as a link to util(3).
details: https://anonhg.NetBSD.org/src/rev/5d938eac95c1
branches: trunk
changeset: 768933:5d938eac95c1
user: jruoho <jruoho%NetBSD.org@localhost>
date: Mon Aug 29 12:37:52 2011 +0000
description:
Build libutil(3) as a link to util(3).
diffstat:
distrib/sets/lists/comp/mi | 5 ++++-
lib/libutil/Makefile | 3 ++-
lib/libutil/util.3 | 5 +++--
3 files changed, 9 insertions(+), 4 deletions(-)
diffs (68 lines):
diff -r 1ba096e92eec -r 5d938eac95c1 distrib/sets/lists/comp/mi
--- a/distrib/sets/lists/comp/mi Mon Aug 29 12:37:20 2011 +0000
+++ b/distrib/sets/lists/comp/mi Mon Aug 29 12:37:52 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.1665 2011/08/28 08:20:29 christos Exp $
+# $NetBSD: mi,v 1.1666 2011/08/29 12:37:52 jruoho Exp $
#
# Note: don't delete entries from here - mark them as "obsolete" instead.
#
@@ -7678,6 +7678,7 @@
./usr/share/man/cat3/libperfuse.0 comp-perfuse-catman .cat
./usr/share/man/cat3/libradius.0 comp-c-catman .cat
./usr/share/man/cat3/libsaslc.0 comp-c-catman crypto,.cat
+./usr/share/man/cat3/libutil.0 comp-c-catman .cat
./usr/share/man/cat3/libusb.0 comp-obsolete obsolete
./usr/share/man/cat3/libusbhid.0 comp-c-catman .cat
./usr/share/man/cat3/limits.0 comp-c-catman .cat
@@ -13815,6 +13816,7 @@
./usr/share/man/html3/libperfuse.html comp-perfuse-htmlman html
./usr/share/man/html3/libradius.html comp-c-htmlman html
./usr/share/man/html3/libsaslc.html comp-c-htmlman crypto,html
+./usr/share/man/html3/libutil.html comp-c-htmlman html
./usr/share/man/html3/libusbhid.html comp-c-htmlman html
./usr/share/man/html3/limits.html comp-c-htmlman html
./usr/share/man/html3/link_addr.html comp-c-htmlman html
@@ -19912,6 +19914,7 @@
./usr/share/man/man3/libperfuse.3 comp-perfuse-man .man
./usr/share/man/man3/libradius.3 comp-c-man .man
./usr/share/man/man3/libsaslc.3 comp-c-man crypto,.man
+./usr/share/man/man3/libutil.3 comp-c-man .man
./usr/share/man/man3/libusb.3 comp-obsolete obsolete
./usr/share/man/man3/libusbhid.3 comp-c-man .man
./usr/share/man/man3/limits.3 comp-c-man .man
diff -r 1ba096e92eec -r 5d938eac95c1 lib/libutil/Makefile
--- a/lib/libutil/Makefile Mon Aug 29 12:37:20 2011 +0000
+++ b/lib/libutil/Makefile Mon Aug 29 12:37:52 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.64 2011/08/28 07:45:13 christos Exp $
+# $NetBSD: Makefile,v 1.65 2011/08/29 12:37:53 jruoho Exp $
# @(#)Makefile 8.1 (Berkeley) 6/4/93
USE_SHLIBDIR= yes
@@ -79,5 +79,6 @@
MLINKS+=stat_flags.3 string_to_flags.3
MLINKS+=stat_flags.3 flags_to_string.3
MLINKS+=snprintb.3 snprintb_m.3
+MLINKS+=util.3 libutil.3
.include <bsd.lib.mk>
diff -r 1ba096e92eec -r 5d938eac95c1 lib/libutil/util.3
--- a/lib/libutil/util.3 Mon Aug 29 12:37:20 2011 +0000
+++ b/lib/libutil/util.3 Mon Aug 29 12:37:52 2011 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: util.3,v 1.22 2011/08/29 12:32:54 jruoho Exp $
+.\" $NetBSD: util.3,v 1.23 2011/08/29 12:37:53 jruoho Exp $
.\"
.\" Copyright (c) 2001 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -31,7 +31,8 @@
.Dt UTIL 3
.Os
.Sh NAME
-.Nm util
+.Nm util ,
+.Nm libutil
.Nd system utilities library
.Sh LIBRARY
.Lb libutil
Home |
Main Index |
Thread Index |
Old Index