Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/share/mk pullup 1.119, approved by jhawk
details: https://anonhg.NetBSD.org/src/rev/a14878bc0a9c
branches: netbsd-1-5
changeset: 489714:a14878bc0a9c
user: deberg <deberg%NetBSD.org@localhost>
date: Sun Oct 08 14:53:19 2000 +0000
description:
pullup 1.119, approved by jhawk
fix typos, PR 11159
diffstat:
share/mk/bsd.prog.mk | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (25 lines):
diff -r 6085cce09371 -r a14878bc0a9c share/mk/bsd.prog.mk
--- a/share/mk/bsd.prog.mk Sun Oct 08 13:27:40 2000 +0000
+++ b/share/mk/bsd.prog.mk Sun Oct 08 14:53:19 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.prog.mk,v 1.117.2.1 2000/06/29 23:35:09 thorpej Exp $
+# $NetBSD: bsd.prog.mk,v 1.117.2.2 2000/10/08 14:53:19 deberg Exp $
# @(#)bsd.prog.mk 8.2 (Berkeley) 4/2/94
.if !target(__initialized__)
@@ -43,13 +43,13 @@
LIBGCC?= ${DESTDIR}/usr/lib/libgcc.a
LIBGNUMALLOC?= ${DESTDIR}/usr/lib/libgnumalloc.a
LIBGSSAPI?= ${DESTDIR}/usr/lib/libgssapi.a
-LIBHDB?= ${DESTIDR}/usr/lib/libhdb.a
+LIBHDB?= ${DESTDIR}/usr/lib/libhdb.a
LIBIPSEC?= ${DESTDIR}/usr/lib/libipsec.a
LIBKADM?= ${DESTDIR}/usr/lib/libkadm.a
LIBKADM5CLNT?= ${DESTDIR}/usr/lib/libkadm5clnt.a
LIBKADM5SRV?= ${DESTDIR}/usr/lib/libkadm5srv.a
LIBKAFS?= ${DESTDIR}/usr/lib/libkafs.a
-LIBKRB?= ${DESTDIR}/usr/lib/libkdb.a
+LIBKDB?= ${DESTDIR}/usr/lib/libkdb.a
LIBKRB?= ${DESTDIR}/usr/lib/libkrb.a
LIBKRB5?= ${DESTDIR}/usr/lib/libkrb5.a
LIBKSTREAM?= ${DESTDIR}/usr/lib/libkstream.a
Home |
Main Index |
Thread Index |
Old Index