1#         $NetBSD: list,v 1.32 2011/07/03 23:11:33 tron Exp $
2
3SRCDIRS bin sbin external/bsd/less/bin usr.bin usr.sbin
4
5PROG      bin/cat
6PROG      bin/chmod
7PROG      bin/cp
8PROG      bin/date
9PROG      bin/dd
10PROG      bin/df
11PROG      bin/ed
12PROG      bin/ln
13PROG      bin/ls
14PROG      bin/mkdir
15PROG      bin/mt
16PROG      bin/mv
17PROG      bin/pax             usr/bin/tar
18PROG      bin/pwd
19PROG      bin/rm
20PROG      bin/sh
21PROG      bin/stty
22PROG      bin/sync
23
24PROG      sbin/chown          bin/chgrp
25PROG      sbin/disklabel
26PROG      sbin/fsck
27PROG      sbin/fsck_ffs
28PROG      sbin/ifconfig
29PROG      sbin/init
30PROG      sbin/mknod
31PROG      sbin/mount
32PROG      sbin/mount_cd9660
33PROG      sbin/mount_ffs
34PROG      sbin/mount_kernfs
35PROG      sbin/mount_msdos
36PROG      sbin/mount_nfs
37PROG      sbin/newfs          sbin/mount_mfs
38PROG      sbin/ping
39PROG      sbin/reboot         sbin/halt
40PROG      sbin/restore        sbin/rrestore
41PROG      sbin/route
42PROG      sbin/shutdown
43PROG      sbin/slattach
44PROG      sbin/swapctl        sbin/swapon
45PROG      sbin/umount
46
47PROG      usr/bin/ftp
48PROG      usr/bin/gzip        usr/bin/gzcat       usr/bin/gunzip
49PROG      usr/bin/sed
50PROG      usr/bin/tset
51PROG      usr/bin/more        usr/bin/less
52PROG      usr/bin/tip
53
54PROG      usr/sbin/chroot
55
56# init invokes the shell as -sh
57ARGVLN    sh        -sh
58
59SPECIAL   ed                  srcdir    distrib/utils/x_ed
60SPECIAL   gzip                srcdir    distrib/utils/x_gzip
61SPECIAL   ifconfig  srcdir    distrib/utils/x_ifconfig
62SPECIAL   more                srcdir    distrib/utils/more
63SPECIAL   ping                srcdir    distrib/utils/x_ping
64SPECIAL   route               srcdir    distrib/utils/x_route
65SPECIAL   umount              srcdir    distrib/utils/x_umount
66
67LIBS    libhack.o -ledit -lutil -lcurses -lterminfo -lrmt -ll -lm -lz -lprop
68
69# various files that we need in /etc for the install
70COPY      ${NETBSDSRCDIR}/etc/group               etc/group
71COPY      ${NETBSDSRCDIR}/etc/master.passwd       etc/master.passwd
72COPY      ${NETBSDSRCDIR}/etc/netconfig           etc/netconfig
73COPY      ${DISTRIBDIR}/common/protocols                    etc/protocols
74COPY      ${DISTRIBDIR}/common/services           etc/services
75
76# and the installation tools
77COPY      ${CURDIR}/dot.profile                             .profile
78
79# and a copy of the INSTALL notes
80COPY      ${NOTESOBJDIR}/INSTALL.more             INSTALL.more
81