Home | History | Annotate | Line # | Download | only in ramdisk
list revision 1.10
      1 #	$NetBSD: list,v 1.10 2002/04/13 13:42:05 lukem Exp $
      2 
      3 SRCDIRS	bin sbin usr.bin usr.sbin gnu/usr.bin
      4 
      5 PROG	bin/cat
      6 PROG	bin/chmod
      7 PROG	bin/cp
      8 PROG	bin/dd
      9 PROG	bin/df
     10 PROG	bin/ln
     11 PROG	bin/ls
     12 PROG	bin/mkdir
     13 PROG	bin/mt
     14 PROG	bin/mv
     15 PROG	bin/pax		usr/bin/tar
     16 PROG	bin/pwd
     17 PROG	bin/sync
     18 PROG	bin/sh
     19 PROG	bin/tftp
     20 
     21 PROG	sbin/disklabel
     22 PROG	sbin/edlabel
     23 PROG	sbin/ifconfig
     24 PROG	sbin/init
     25 PROG	sbin/installboot
     26 PROG	sbin/mknod
     27 PROG	sbin/mount
     28 PROG	sbin/mount_cd9660
     29 PROG	sbin/mount_ffs
     30 PROG	sbin/mount_nfs
     31 PROG	sbin/reboot	sbin/halt
     32 PROG	sbin/route
     33 PROG	sbin/umount
     34 
     35 PROG	usr/bin/ftp
     36 PROG	usr/bin/gzip	usr/bin/gzcat usr/bin/gunzip
     37 
     38 # init invokes the shell as -sh
     39 ARGVLN	sh -sh
     40 
     41 SPECIAL	ftp		srcdir distrib/utils/x_ftp
     42 SPECIAL	gzip		srcdir distrib/utils/x_gzip
     43 SPECIAL	ifconfig	srcdir distrib/utils/x_ifconfig
     44 SPECIAL	mount		srcdir distrib/utils/x_mount
     45 SPECIAL	route		srcdir distrib/utils/x_route
     46 SPECIAL	umount		srcdir distrib/utils/x_umount
     47 SPECIAL	installboot	srcdir sys/arch/mvme68k/stand/installboot
     48 
     49 LIBS	libhack.o -lutil -lz -ll -lrmt
     50 
     51 # various files that we need in /etc for the install
     52 COPY	${CURDIR}/rd.fstab			etc/fstab
     53 COPY	${_SRC_TOP_}/etc/master.passwd		etc/master.passwd
     54 COPY	${_SRC_TOP_}/etc/netconfig		etc/netconfig
     55 COPY	${_SRC_TOP_}/etc/protocols		etc/protocols
     56 COPY	${_SRC_TOP_}/etc/services		etc/services
     57 COPY	${DESTDIR}/usr/mdec/bootsd		bootsd
     58 COPY	${DESTDIR}/usr/mdec/bootst		bootst
     59 COPY	${DESTDIR}/usr/mdec/bootxx		bootxx
     60 COPY	${DESTDIR}/usr/mdec/stboot		stboot
     61 
     62 # and the startup file
     63 COPY	${CURDIR}/dot.profile	.profile
     64 COPY	${CURDIR}/rd.welcome	.welcome
     65