Home | History | Annotate | Line # | Download | only in ramdisk
list revision 1.17
      1 #	$NetBSD: list,v 1.17 2003/09/15 03:14:54 isaki Exp $
      2 
      3 SRCDIRS bin sbin usr.bin usr.sbin gnu/usr.bin sys/arch/x68k/stand
      4 
      5 # copy the crunched binary, link to it, and kill it
      6 PROG	bin/cat
      7 PROG	bin/chmod
      8 PROG	bin/cp
      9 PROG	bin/dd
     10 PROG	bin/df
     11 #PROG	bin/ed
     12 PROG	bin/ln
     13 PROG	bin/ls
     14 PROG	bin/mkdir
     15 #PROG	bin/mt
     16 PROG	bin/mv
     17 PROG	bin/pax		usr/bin/tar
     18 PROG	bin/pwd
     19 PROG	bin/rm
     20 PROG	bin/sh
     21 #PROG	bin/sleep
     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_kernfs
     36 PROG	sbin/mount_msdos
     37 PROG	sbin/mount_nfs
     38 PROG	sbin/newfs	sbin/mount_mfs
     39 PROG	sbin/ping
     40 PROG	sbin/ping6
     41 PROG	sbin/reboot	sbin/halt
     42 PROG	sbin/route
     43 PROG	sbin/rtsol
     44 PROG	sbin/shutdown
     45 #PROG	sbin/slattach
     46 PROG	sbin/swapctl
     47 PROG	sbin/umount
     48 
     49 PROG	usr/bin/ftp
     50 PROG	usr/bin/gzip	usr/bin/gzcat usr/bin/gunzip
     51 PROG	usr/bin/more	usr/bin/less
     52 PROG	usr/mdec/newdisk
     53 PROG	usr/mdec/installboot usr/mdec/installboot.new
     54 PROG	usr/sbin/chown	usr/bin/chgrp
     55 #PROG	usr/sbin/chroot
     56 PROG	usr/sbin/memswitch
     57 
     58 ARGVLN	sh -sh
     59 
     60 SPECIAL dmesg		srcdir	distrib/utils/x_dmesg
     61 #SPECIAL ed		srcdir	distrib/utils/x_ed
     62 SPECIAL gzip		srcdir	distrib/utils/x_gzip
     63 SPECIAL ifconfig	srcdir	distrib/utils/x_ifconfig
     64 SPECIAL more		srcdir	distrib/utils/more
     65 SPECIAL ping		srcdir	distrib/utils/x_ping
     66 SPECIAL ping6		srcdir	distrib/utils/x_ping6
     67 SPECIAL route		srcdir	distrib/utils/x_route
     68 SPECIAL	installboot	srcdir	sys/arch/x68k/stand/installboot
     69 
     70 # libhack.o is built by Makefile & included Makefile.inc
     71 LIBS	libhack.o -lz -lutil -lcurses -ltermcap -lcrypt -ll -lm
     72 
     73 # various files that we need in /etc for the install
     74 COPY	${NETBSDSRCDIR}/etc/master.passwd	etc/master.passwd
     75 COPY	${NETBSDSRCDIR}/etc/group		etc/group
     76 COPY	${NETBSDSRCDIR}/etc/protocols		etc/protocols
     77 COPY	${NETBSDSRCDIR}/etc/netconfig		etc/netconfig
     78 COPY	${CURDIR}/services			etc/services
     79 
     80 # we need the boot blocks in /usr/mdec
     81 COPY	${DESTDIR}/usr/mdec/xxboot_ufs	usr/mdec/xxboot_ufs
     82 LINK	usr/mdec/xxboot_ufs		usr/mdec/sdboot_ufs
     83 LINK	usr/mdec/xxboot_ufs		usr/mdec/fdboot_ufs
     84 COPY	${DESTDIR}/usr/mdec/boot	usr/mdec/boot
     85 COPY	${DESTDIR}/usr/mdec/mboot	usr/mdec/mboot
     86 
     87 # and the common installation tools
     88 COPY	${CURDIR}/termcap.vt		usr/share/misc/termcap
     89 
     90 # the disktab explanation file
     91 COPY	${CURDIR}/disktab.preinstall	etc/disktab.preinstall
     92 
     93 # and the installation tools
     94 COPY	${CURDIR}/dot.profile		.profile
     95 COPY	${CURDIR}/dot.hdprofile		tmp/.hdprofile
     96