Home | History | Annotate | Line # | Download | only in sshramdisk
      1 #	$NetBSD: list,v 1.6 2025/07/20 16:51:33 christos Exp $
      2 
      3 SRCDIRS	bin sbin external/bsd/less/bin crypto/external/bsd/openssh/bin/sshd 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/mv
     15 PROG	bin/pax		usr/bin/tar
     16 PROG	bin/pwd
     17 PROG	bin/rm
     18 PROG	bin/rmdir
     19 PROG	bin/sh
     20 PROG	bin/stty
     21 PROG	bin/sync
     22 PROG	bin/sleep
     23 
     24 PROG	sbin/chown	bin/chgrp
     25 PROG	sbin/disklabel
     26 PROG	sbin/fdisk
     27 PROG	sbin/fsck
     28 PROG	sbin/fsck_msdos
     29 PROG	sbin/fsck_ffs
     30 PROG	sbin/gpt
     31 PROG	sbin/ifconfig
     32 PROG	sbin/init
     33 PROG	sbin/mknod
     34 PROG	sbin/mount
     35 PROG	sbin/mount_cd9660
     36 PROG	sbin/mount_ext2fs
     37 PROG	sbin/mount_ffs
     38 PROG	sbin/mount_kernfs
     39 PROG	sbin/mount_msdos
     40 PROG	sbin/mount_nfs
     41 PROG	sbin/mount_tmpfs
     42 PROG	sbin/newfs	sbin/mount_mfs
     43 PROG	sbin/newfs_ext2fs
     44 PROG	sbin/ping
     45 PROG	sbin/reboot	sbin/halt
     46 PROG	sbin/restore	sbin/rrestore
     47 PROG	sbin/route
     48 PROG	sbin/shutdown
     49 PROG	sbin/slattach
     50 PROG	sbin/swapctl
     51 PROG	sbin/umount
     52 
     53 PROG	usr/bin/ftp
     54 PROG	usr/bin/tip	usr/bin/cu
     55 PROG	usr/bin/gzip	usr/bin/gzcat usr/bin/gunzip
     56 PROG	usr/bin/less	usr/bin/more
     57 PROG	usr/bin/sed
     58 PROG	usr/bin/tset
     59 
     60 PROG	usr/sbin/chroot
     61 PROG	usr/sbin/sshd
     62 
     63 SPECIAL	ed		srcdir	distrib/utils/x_ed
     64 SPECIAL	gzip		srcdir	distrib/utils/x_gzip
     65 SPECIAL	ping		srcdir	distrib/utils/x_ping
     66 SPECIAL	ifconfig	srcdir	distrib/utils/x_ifconfig
     67 SPECIAL	route		srcdir	distrib/utils/x_route
     68 SPECIAL	umount		srcdir	distrib/utils/x_umount
     69 SPECIAL sshd		srcdir	crypto/external/bsd/openssh/bin/sshd
     70 SPECIAL sshd		keepsymbols allow_severity deny_severity
     71 
     72 LIBS	libhack.o -ledit -lutil -lcurses -lterminfo -lrmt -lcrypt -ll -lm -lz -lprop    -lssh -lcrypto -lpthread
     73 
     74 # init invokes the shell as -sh
     75 ARGVLN	sh -sh
     76 
     77 # we need the boot blocks /usr/mdec
     78 #COPY	${DESTDIR}/usr/mdec/ofwboot	usr/mdec/ofwboot
     79 
     80 # various files that we need in /etc for the install
     81 COPY	${NETBSDSRCDIR}/etc/group		etc/group
     82 COPY	${CURDIR}/master.passwd	etc/master.passwd 600
     83 COPY	${NETBSDSRCDIR}/etc/netconfig		etc/netconfig
     84 COPY	${DISTRIBDIR}/common/protocols		etc/protocols
     85 COPY	${DISTRIBDIR}/common/services		etc/services
     86 
     87 # and the installation tools
     88 COPY	${CURDIR}/dot.profile		.profile
     89 COPY	${CURDIR}/inst.profile		inst/.profile
     90 COPY	${CURDIR}/sshd_config		etc/ssh/sshd_config
     91 COPY	${CURDIR}/ssh_host_rsa_key	etc/ssh/ssh_host_rsa_key 600
     92