link mount_mfs to newfs
This commit is contained in:
parent
c7a7330ca9
commit
3b19bdd9fe
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: list,v 1.16 2002/04/12 02:13:49 lukem Exp $
|
||||
# $NetBSD: list,v 1.17 2002/04/13 13:37:48 lukem Exp $
|
||||
|
||||
SRCDIRS bin sbin usr.bin/less usr.bin usr.sbin gnu/usr.bin
|
||||
|
||||
|
@ -32,7 +32,7 @@ PROG sbin/mount_ffs
|
|||
PROG sbin/mount_kernfs
|
||||
PROG sbin/mount_msdos
|
||||
PROG sbin/mount_nfs
|
||||
PROG sbin/newfs
|
||||
PROG sbin/newfs sbin/mount_mfs
|
||||
PROG sbin/ping
|
||||
PROG sbin/reboot sbin/halt
|
||||
PROG sbin/restore sbin/rrestore
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: list,v 1.11 2002/04/12 03:28:07 lukem Exp $
|
||||
# $NetBSD: list,v 1.12 2002/04/13 13:39:26 lukem Exp $
|
||||
|
||||
SRCDIRS bin sbin usr.bin usr.sbin gnu/usr.bin sys/arch/pmax/stand
|
||||
|
||||
|
@ -32,7 +32,7 @@ PROG sbin/mount_ffs
|
|||
PROG sbin/mount_kernfs
|
||||
PROG sbin/mount_msdos
|
||||
PROG sbin/mount_nfs
|
||||
PROG sbin/newfs
|
||||
PROG sbin/newfs sbin/mount_mfs
|
||||
PROG sbin/ping
|
||||
PROG sbin/reboot sbin/halt
|
||||
PROG sbin/restore sbin/rrestore
|
||||
|
@ -52,13 +52,13 @@ PROG usr/mdec/installboot
|
|||
PROG usr/sbin/chown usr/bin/chgrp
|
||||
PROG usr/sbin/chroot
|
||||
|
||||
# init invokes the shell as -sh
|
||||
ARGVLN sh -sh
|
||||
|
||||
SPECIAL ping srcdir distrib/utils/x_ping
|
||||
|
||||
LIBS -ledit -lbz2 -lutil -lcurses -ltermcap -lrmt -lcrypt -ll -lm
|
||||
|
||||
# init invokes the shell as -sh
|
||||
ARGVLN sh -sh
|
||||
|
||||
# we need the boot blocks /usr/mdec
|
||||
COPY ${DESTDIR}/usr/mdec/bootxx_ffs usr/mdec/bootxx_ffs
|
||||
COPY ${DESTDIR}/usr/mdec/boot.pmax usr/mdec/boot.pmax
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: list,v 1.10 2002/03/28 02:15:09 lukem Exp $
|
||||
# $NetBSD: list,v 1.11 2002/04/13 13:40:17 lukem Exp $
|
||||
|
||||
SRCDIRS bin sbin usr.bin/less usr.bin usr.sbin gnu/usr.bin
|
||||
|
||||
|
@ -31,7 +31,7 @@ PROG sbin/mount_cd9660
|
|||
PROG sbin/mount_ffs
|
||||
PROG sbin/mount_kernfs
|
||||
PROG sbin/mount_nfs
|
||||
PROG sbin/newfs
|
||||
PROG sbin/newfs sbin/mount_mfs
|
||||
PROG sbin/ping
|
||||
PROG sbin/reboot sbin/halt
|
||||
# PROG sbin/restore sbin/rrestore
|
||||
|
@ -50,6 +50,9 @@ PROG usr/bin/sed
|
|||
PROG usr/sbin/chown usr/bin/chgrp
|
||||
PROG usr/sbin/chroot
|
||||
|
||||
# init invokes the shell as -sh
|
||||
ARGVLN sh -sh
|
||||
|
||||
SPECIAL ftp srcdir distrib/utils/x_ftp
|
||||
SPECIAL ifconfig srcdir distrib/utils/x_ifconfig
|
||||
SPECIAL ping srcdir distrib/utils/x_ping
|
||||
|
@ -57,9 +60,6 @@ SPECIAL route srcdir distrib/utils/x_route
|
|||
|
||||
LIBS libhack.o -ledit -lutil -lcurses -ltermcap -lrmt -lbz2 -lcrypt -ll -lm
|
||||
|
||||
# init invokes the shell as -sh
|
||||
ARGVLN sh -sh
|
||||
|
||||
# we need the boot in /, and boot blocks in /usr/mdec
|
||||
COPY ${DESTDIR}/boot boot
|
||||
COPY ${DESTDIR}/usr/mdec/xxboot usr/mdec/xxboot
|
||||
|
|
Loading…
Reference in New Issue