* Add bin/rcmd

* Make sysinst `obsolete' sets
* Simplify running dev/MAKEDEV
This commit is contained in:
pk 2000-10-20 11:42:43 +00:00
parent 0e7d945483
commit 3dc8d00362
1 changed files with 6 additions and 5 deletions

View File

@ -1,9 +1,10 @@
# $NetBSD: list,v 1.17 2000/07/08 11:32:06 pk Exp $
# $NetBSD: list,v 1.18 2000/10/20 11:42:43 pk Exp $
# Sparc extra's
LINK instbin sbin/disklabel
LINK instbin sbin/dmesg
LINK instbin sbin/sysctl
LINK instbin bin/rcmd
SYMLINK ../../instbin usr/bin/basename
SYMLINK ../../instbin usr/bin/cksum usr/bin/sum
@ -26,10 +27,7 @@ SPECIAL mkdir kern
SYMLINK /tmp var/tmp
# copy the MAKEDEV script and make some devices
COPY ${DESTDIR}/dev/MAKEDEV dev/MAKEDEV
COPY ${DESTDIR}/dev/MAKEDEV.local dev/MAKEDEV.local
SPECIAL cd dev; sh MAKEDEV all
SPECIAL /bin/rm dev/MAKEDEV
SPECIAL cd dev; sh ${DESTDIR}/dev/MAKEDEV all
# we need the contents of /usr/mdec
COPYDIR ${DESTDIR}/usr/mdec usr/mdec
@ -52,6 +50,9 @@ SYMLINK /tmp/fstab.shadow etc/fstab
SYMLINK /tmp/resolv.conf.shadow etc/resolv.conf
SYMLINK /tmp/hosts etc/hosts
# generate lists of obsolete files used by sysinst
SPECIAL sh ${CURDIR}/../sets/makeobsolete -b -s ${CURDIR}/../sets -t ./dist
# and the installation tools
LINK instbin sysinst
COPY ${ARCHDIR}/dot.profile .profile