Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/distrib/sparc/ramdisk.sysinst Use `utils/x_ping'.



details:   https://anonhg.NetBSD.org/src/rev/c9d910ef569c
branches:  trunk
changeset: 477259:c9d910ef569c
user:      pk <pk%NetBSD.org@localhost>
date:      Mon Oct 18 20:22:10 1999 +0000

description:
Use `utils/x_ping'.
Add `libbz2'.

diffstat:

 distrib/sparc/ramdisk.sysinst/ramdiskbin.m4 |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (23 lines):

diff -r 008900b0c74e -r c9d910ef569c distrib/sparc/ramdisk.sysinst/ramdiskbin.m4
--- a/distrib/sparc/ramdisk.sysinst/ramdiskbin.m4       Mon Oct 18 20:20:03 1999 +0000
+++ b/distrib/sparc/ramdisk.sysinst/ramdiskbin.m4       Mon Oct 18 20:22:10 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: ramdiskbin.m4,v 1.1 1999/04/30 05:09:44 abs Exp $
+#      $NetBSD: ramdiskbin.m4,v 1.2 1999/10/18 20:22:10 pk Exp $
 #
 # ramdiskbin.conf - unified binary for the install ramdisk
 #
@@ -24,6 +24,7 @@
 special ifconfig srcdir distrib/utils/x_ifconfig
 special route srcdir distrib/utils/x_route
 special sh srcdir distrib/utils/x_sh
+special ping srcdir distrib/utils/x_ping
 
 # "special" gzip is actually larger assuming nothing else uses -lz..
 #special gzip srcdir distrib/utils/x_gzip
@@ -43,4 +44,4 @@
 ln restore rrestore
 
 # libhack.o is built by Makefile & included Makefile.inc
-libs libhack.o -ledit -lutil -lcurses -ltermcap -lrmt -lcrypt -ll -lm
+libs libhack.o -ledit -lutil -lcurses -ltermcap -lrmt -lbz2 -lcrypt -ll -lm



Home | Main Index | Thread Index | Old Index