Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-2-0]: src/share/mk Pull up revision 1.42 (requested by ross in ti...
details: https://anonhg.NetBSD.org/src/rev/64f95cd22601
branches: netbsd-2-0
changeset: 561055:64f95cd22601
user: he <he%NetBSD.org@localhost>
date: Sat May 22 17:35:48 2004 +0000
description:
Pull up revision 1.42 (requested by ross in ticket #373):
If you add a library, you need to define its DPADD symbol
here. Add LIBMAGIC.
diffstat:
share/mk/bsd.hostprog.mk | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 46f6ed0fe143 -r 64f95cd22601 share/mk/bsd.hostprog.mk
--- a/share/mk/bsd.hostprog.mk Sat May 22 17:31:56 2004 +0000
+++ b/share/mk/bsd.hostprog.mk Sat May 22 17:35:48 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.hostprog.mk,v 1.41 2004/01/29 01:48:45 lukem Exp $
+# $NetBSD: bsd.hostprog.mk,v 1.41.2.1 2004/05/22 17:35:48 he Exp $
# @(#)bsd.prog.mk 8.2 (Berkeley) 4/2/94
.include <bsd.init.mk>
@@ -29,6 +29,7 @@
LIBKVM?= /usr/lib/libkvm.a
LIBL?= /usr/lib/libl.a
LIBM?= /usr/lib/libm.a
+LIBMAGIC?= /usr/lib/libmagic.a
LIBMENU?= /usr/lib/libmenu.a
LIBMP?= /usr/lib/libmp.a
LIBNTP?= /usr/lib/libntp.a
Home |
Main Index |
Thread Index |
Old Index