Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share Add libahdi entries.
details: https://anonhg.NetBSD.org/src/rev/85f8228f1481
branches: trunk
changeset: 481777:85f8228f1481
user: jdc <jdc%NetBSD.org@localhost>
date: Sat Feb 05 20:54:12 2000 +0000
description:
Add libahdi entries.
diffstat:
share/mk/bsd.README | 3 ++-
share/mk/bsd.hostprog.mk | 3 ++-
share/mk/bsd.prog.mk | 3 ++-
share/tmac/doc-syms | 3 ++-
share/tmac/doc2html | 3 ++-
5 files changed, 10 insertions(+), 5 deletions(-)
diffs (85 lines):
diff -r 885dc0ee4c59 -r 85f8228f1481 share/mk/bsd.README
--- a/share/mk/bsd.README Sat Feb 05 20:40:35 2000 +0000
+++ b/share/mk/bsd.README Sat Feb 05 20:54:12 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.README,v 1.59 2000/01/17 21:21:55 jlam Exp $
+# $NetBSD: bsd.README,v 1.60 2000/02/05 20:54:12 jdc Exp $
# @(#)bsd.README 8.2 (Berkeley) 4/2/94
This is the README file for the new make "include" files for the BSD
@@ -354,6 +354,7 @@
The following libraries are predefined for DPADD:
LIBCRT0?= ${DESTDIR}/usr/lib/crt0.o
+ LIBAHDI?= ${DESTDIR}/usr/lib/libahdi.a
LIBC?= ${DESTDIR}/usr/lib/libc.a
LIBC_PIC?= ${DESTDIR}/usr/lib/libc_pic.a
LIBCOMPAT?= ${DESTDIR}/usr/lib/libcompat.a
diff -r 885dc0ee4c59 -r 85f8228f1481 share/mk/bsd.hostprog.mk
--- a/share/mk/bsd.hostprog.mk Sat Feb 05 20:40:35 2000 +0000
+++ b/share/mk/bsd.hostprog.mk Sat Feb 05 20:54:12 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.hostprog.mk,v 1.5 2000/01/22 19:31:01 mycroft Exp $
+# $NetBSD: bsd.hostprog.mk,v 1.6 2000/02/05 20:54:12 jdc Exp $
# @(#)bsd.prog.mk 8.2 (Berkeley) 4/2/94
.if !target(__initialized__)
@@ -17,6 +17,7 @@
CFLAGS+= ${COPTS}
+LIBAHDI?= /usr/lib/libahdi.a
LIBBZ2?= /usr/lib/libbz2.a
LIBC?= /usr/lib/libc.a
LIBC_PIC?= /usr/lib/libc_pic.a
diff -r 885dc0ee4c59 -r 85f8228f1481 share/mk/bsd.prog.mk
--- a/share/mk/bsd.prog.mk Sat Feb 05 20:40:35 2000 +0000
+++ b/share/mk/bsd.prog.mk Sat Feb 05 20:54:12 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.prog.mk,v 1.108 2000/01/23 19:38:53 eeh Exp $
+# $NetBSD: bsd.prog.mk,v 1.109 2000/02/05 20:54:12 jdc Exp $
# @(#)bsd.prog.mk 8.2 (Berkeley) 4/2/94
.if !target(__initialized__)
@@ -29,6 +29,7 @@
LIBCRT0?= ${DESTDIR}/usr/lib/crt0.o
+LIBAHDI?= ${DESTDIR}/usr/lib/libahdi.a
LIBBZ2?= ${DESTDIR}/usr/lib/libbz2.a
LIBC?= ${DESTDIR}/usr/lib/libc.a
LIBC_PIC?= ${DESTDIR}/usr/lib/libc_pic.a
diff -r 885dc0ee4c59 -r 85f8228f1481 share/tmac/doc-syms
--- a/share/tmac/doc-syms Sat Feb 05 20:40:35 2000 +0000
+++ b/share/tmac/doc-syms Sat Feb 05 20:54:12 2000 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: doc-syms,v 1.49 1999/11/24 12:46:40 kleink Exp $
+.\" $NetBSD: doc-syms,v 1.50 2000/02/05 20:54:36 jdc Exp $
.\"
.\" Copyright (c) 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -407,6 +407,7 @@
.if !\\n(.$==1 .tm Usage: .Lb [library name]
.if "\\$1"libarm32" \&ARM32 Architecture Library (libarm32, -larm32)
.if "\\$1"libi386" \&i386 Architecture Library (libi386, -li386)
+.if "\\$1"libahdi" \&AHDI Disk Partition Library (libahdi, -lahdi)
.if "\\$1"libc" \&Standard C Library (libc, -lc)
.if "\\$1"libcompat" \&Compatibility Library (libcompat, -lcompat)
.if "\\$1"libcrypt" \&Crypt Library (libcrypt, -lcrypt)
diff -r 885dc0ee4c59 -r 85f8228f1481 share/tmac/doc2html
--- a/share/tmac/doc2html Sat Feb 05 20:40:35 2000 +0000
+++ b/share/tmac/doc2html Sat Feb 05 20:54:12 2000 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: doc2html,v 1.13 1999/11/24 12:46:40 kleink Exp $
+.\" $NetBSD: doc2html,v 1.14 2000/02/05 20:54:36 jdc Exp $
.\"
.\" Copyright (c) 1998, 1999 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -564,6 +564,7 @@
.if !\\n(.$==1 .tm Usage: .Lb [library name]
.if "\\$1"libarm32" \&ARM32 Architecture Library (libarm32, -larm32)
.if "\\$1"libi386" \&i386 Architecture Library (libi386, -li386)
+.if "\\$1"libahdi" \&AHDI Disk Partition Library (libahdi, -lahdi)
.if "\\$1"libc" \&Standard C Library (libc, -lc)
.if "\\$1"libcompat" \&Compatibility Library (libcompat, -lcompat)
.if "\\$1"libcrypt" \&Crypt Library (libcrypt, -lcrypt)
Home |
Main Index |
Thread Index |
Old Index