Home | History | Annotate | Line # | Download | only in ramdisk
list revision 1.14
      1 #	$NetBSD: list,v 1.14 2002/04/26 15:50:41 lukem Exp $
      2 
      3 SRCDIRS	bin sbin usr.bin usr.sbin
      4 
      5 PROG	bin/cat
      6 PROG	bin/chmod
      7 PROG	bin/cp
      8 PROG	bin/dd
      9 PROG	bin/df
     10 PROG	bin/ed
     11 PROG	bin/ln
     12 PROG	bin/ls
     13 PROG	bin/mkdir
     14 PROG	bin/mt
     15 PROG	bin/mv
     16 PROG	bin/pax		usr/bin/tar
     17 PROG	bin/pwd
     18 PROG	bin/rcmd
     19 PROG	bin/rcp
     20 PROG	bin/rm
     21 PROG	bin/sh
     22 PROG	bin/stty
     23 PROG	bin/sync
     24 
     25 PROG	sbin/disklabel
     26 PROG	sbin/dmesg
     27 PROG	sbin/fsck
     28 PROG	sbin/fsck_ffs
     29 PROG	sbin/ifconfig
     30 PROG	sbin/init
     31 PROG	sbin/mknod
     32 PROG	sbin/mount
     33 PROG	sbin/mount_cd9660
     34 PROG	sbin/mount_ffs
     35 PROG	sbin/mount_msdos
     36 PROG	sbin/mount_nfs
     37 PROG	sbin/newfs	sbin/mount_mfs
     38 PROG	sbin/ping
     39 PROG	sbin/reboot	sbin/halt
     40 PROG	sbin/restore	sbin/rrestore
     41 PROG	sbin/route
     42 PROG	sbin/shutdown
     43 PROG	sbin/slattach
     44 PROG	sbin/swapctl	sbin/swapon
     45 PROG	sbin/umount
     46 
     47 PROG	usr/bin/ftp
     48 PROG	usr/bin/gzip	usr/bin/gzcat	usr/bin/gunzip
     49 PROG	usr/bin/more
     50 PROG	usr/bin/sed
     51 PROG	usr/bin/tset
     52 
     53 PROG	usr/mdec/installboot
     54 
     55 PROG	usr/sbin/chown	usr/bin/chgrp
     56 PROG	usr/sbin/chroot
     57 
     58 # init invokes the shell as -sh
     59 ARGVLN	sh	-sh
     60 
     61 SPECIAL	dmesg		srcdir	distrib/utils/x_dmesg
     62 SPECIAL	ed		srcdir	distrib/utils/x_ed
     63 SPECIAL	ftp		srcdir	distrib/utils/x_ftp
     64 SPECIAL	gzip		srcdir	distrib/utils/x_gzip
     65 SPECIAL	ifconfig	srcdir	distrib/utils/x_ifconfig
     66 SPECIAL	more		srcdir	distrib/utils/more
     67 SPECIAL	mount		srcdir	distrib/utils/x_mount
     68 SPECIAL	ping		srcdir	distrib/utils/x_ping
     69 SPECIAL	route		srcdir	distrib/utils/x_route
     70 SPECIAL	umount		srcdir	distrib/utils/x_umount
     71 
     72 # we have not switched to MI usr.sbin/installboot yet.
     73 SPECIAL	installboot	srcdir	sys/arch/${MACHINE}/stand/installboot
     74 
     75 LIBS	libhack.o -ledit -lutil -lcurses -ltermcap -lrmt -ll -lm -lz
     76 
     77 COPY	${DESTDIR}/usr/mdec/bootxx	usr/mdec/bootxx
     78 COPY	${DESTDIR}/usr/mdec/boot	usr/mdec/boot
     79 
     80 # various files that we need in /etc for the install
     81 COPY	${NETBSDSRCDIR}/etc/group		etc/group
     82 COPY	${NETBSDSRCDIR}/etc/master.passwd	etc/master.passwd
     83 COPY	${NETBSDSRCDIR}/etc/netconfig		etc/netconfig
     84 COPY	${NETBSDSRCDIR}/etc/protocols		etc/protocols
     85 COPY	${NETBSDSRCDIR}/etc/services		etc/services
     86 
     87 # and the common installation tools
     88 COPY	${CURDIR}/termcap.src		usr/share/misc/termcap
     89 
     90 # and the boot script
     91 COPY	${CURDIR}/dot.profile		.profile
     92 MTREE	./.profile	type=file uname=root gname=wheel mode=0644
     93