Source-Changes-HG archive

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

[src/trunk]: src/distrib/sparc/miniroot Add file(1); we use it to determine t...



details:   https://anonhg.NetBSD.org/src/rev/06e826b9d24f
branches:  trunk
changeset: 499341:06e826b9d24f
user:      pk <pk%NetBSD.org@localhost>
date:      Fri Nov 17 18:01:41 2000 +0000

description:
Add file(1); we use it to determine the shared library type.

diffstat:

 distrib/sparc/miniroot/list |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (27 lines):

diff -r 53ba07a96aa1 -r 06e826b9d24f distrib/sparc/miniroot/list
--- a/distrib/sparc/miniroot/list       Fri Nov 17 17:53:53 2000 +0000
+++ b/distrib/sparc/miniroot/list       Fri Nov 17 18:01:41 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: list,v 1.19 2000/10/31 21:02:18 pk Exp $
+#      $NetBSD: list,v 1.20 2000/11/17 18:01:41 pk Exp $
 
 # Sparc extra's
 LINK   instbin                 sbin/disklabel
@@ -14,6 +14,7 @@
 SYMLINK ../../instbin          usr/bin/tset usr/bin/reset
 SYMLINK ../../instbin          usr/bin/vi
 SYMLINK        ../../instbin           usr/bin/less usr/bin/more
+SYMLINK ../../instbin          usr/bin/file
 
 # crunchgen source directory specials
 CRUNCHSPECIAL  vi srcdir usr.bin/vi/build
@@ -38,6 +39,9 @@
 # and the termcap file
 COPY   ${CURDIR}/../../share/termcap/termcap.src usr/share/misc/termcap
 
+# and the magic file
+COPY   ${DESTDIR}/usr/share/misc/magic usr/share/misc/magic
+
 # copy the kernel
 COPY   ${KERNOBJDIR:-${CURDIR}/../../sys/arch/sparc/compile/GENERIC}/GENERIC/netbsd    netbsd
 



Home | Main Index | Thread Index | Old Index