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