Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib/i386/floppies/ramdisk add -lbz2; also sort the libra...
details: https://anonhg.NetBSD.org/src/rev/9575c9d3239d
branches: trunk
changeset: 474920:9575c9d3239d
user: christos <christos%NetBSD.org@localhost>
date: Mon Jul 26 08:07:30 1999 +0000
description:
add -lbz2; also sort the libraries properly.
diffstat:
distrib/i386/floppies/ramdisk/ramdiskbin.conf | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (15 lines):
diff -r 1a6922deb4e6 -r 9575c9d3239d distrib/i386/floppies/ramdisk/ramdiskbin.conf
--- a/distrib/i386/floppies/ramdisk/ramdiskbin.conf Mon Jul 26 06:26:58 1999 +0000
+++ b/distrib/i386/floppies/ramdisk/ramdiskbin.conf Mon Jul 26 08:07:30 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ramdiskbin.conf,v 1.14 1999/07/05 08:52:49 fvdl Exp $
+# $NetBSD: ramdiskbin.conf,v 1.15 1999/07/26 08:07:30 christos Exp $
#
# ramdiskbin.conf - unified binary for the install ramdisk
#
@@ -43,4 +43,4 @@
ln restore rrestore
# libhack.o is built by Makefile & included Makefile.inc
-libs libhack.o -ledit -lutil -lcurses -ltermcap -lrmt -lcrypt -ll -lm -lipsec
+libs libhack.o -lbz2 -ledit -lutil -lcurses -ltermcap -lrmt -lipsec -lcrypt -ll -lm
Home |
Main Index |
Thread Index |
Old Index