Expand PMF_FN_* macros.
[netbsd-mini2440.git] / distrib / alpha / instkernel / ramdisk / list
blobe01020567041acfabe369934934736c330dec5ab
1 #       $NetBSD: list,v 1.34 2009/09/20 22:46:10 abs Exp $
3 SRCDIRS bin sbin usr.bin/less usr.bin usr.sbin
5 PROG    bin/cat         usr/bin/strings
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/rm
19 PROG    bin/sh
20 PROG    bin/stty
21 PROG    bin/sync
23 PROG    sbin/disklabel
24 PROG    sbin/dmesg
25 PROG    sbin/fsck
26 PROG    sbin/fsck_ffs
27 PROG    sbin/ifconfig
28 PROG    sbin/init
29 PROG    sbin/mknod
30 PROG    sbin/mount
31 PROG    sbin/mount_cd9660
32 PROG    sbin/mount_ffs
33 PROG    sbin/mount_msdos
34 PROG    sbin/mount_nfs
35 PROG    sbin/newfs      sbin/mount_mfs
36 PROG    sbin/ping
37 PROG    sbin/reboot     sbin/halt
38 PROG    sbin/restore    sbin/rrestore
39 PROG    sbin/route
40 PROG    sbin/shutdown
41 PROG    sbin/slattach
42 PROG    sbin/swapctl
43 PROG    sbin/umount
45 PROG    usr/bin/ftp
46 PROG    usr/bin/gzip    usr/bin/gzcat usr/bin/gunzip
47 PROG    usr/bin/less    usr/bin/more
48 PROG    usr/bin/sed
49 PROG    usr/bin/tip
50 PROG    usr/bin/tset
52 PROG    usr/sbin/bad144
53 PROG    usr/sbin/chown  usr/bin/chgrp
54 PROG    usr/sbin/chroot
55 PROG    usr/sbin/installboot
57 # init invokes the shell as -sh
58 ARGVLN  sh -sh
60 SPECIAL ping            srcdir  distrib/utils/x_ping
62 LIBS    -ledit -lbz2 -lutil -lcurses -ltermcap -lrmt -lcrypt -ll -lm -lz -lprop
64 # we need the boot blocks /usr/mdec
65 COPY    ${DESTDIR}/usr/mdec/boot                usr/mdec/boot
66 COPY    ${DESTDIR}/usr/mdec/bootxx_ffs          usr/mdec/bootxx_ffs
67 COPY    ${DESTDIR}/usr/mdec/bootxx_ffsv2        usr/mdec/bootxx_ffsv2
69 # various files that we need in /etc for the install
70 COPY    ${NETBSDSRCDIR}/etc/group               etc/group
71 COPY    ${NETBSDSRCDIR}/etc/master.passwd       etc/master.passwd
72 COPY    ${NETBSDSRCDIR}/etc/netconfig           etc/netconfig
73 COPY    ${DISTRIBDIR}/common/protocols  etc/protocols
74 COPY    ${DISTRIBDIR}/common/services           etc/services
76 CMD     ${TOOL_PWD_MKDB} -L -d . etc/master.passwd
77 MTREE   ./etc/pwd.db    type=file uname=root gname=wheel mode=0644
78 MTREE   ./etc/spwd.db   type=file uname=root gname=wheel mode=0600
80 # and the common installation tools
81 COPY    ${DISTRIBDIR}/common/termcap    usr/share/misc/termcap
82 COPY    ${DISTRIBDIR}/utils/script-installer/dot.commonutils .commonutils
83 COPY    ${DISTRIBDIR}/utils/script-installer/dot.instutils   .instutils
85 # and the installation tools
86 COPY    ${CURDIR}/dot.profile                   .profile
88 # old-style installation tools
89 COPY    ${CURDIR}/install.sh                    install         555
90 COPY    ${CURDIR}/upgrade.sh                    upgrade         555
92 # and the install notes
93 COPY    ${INSTALLNOTES}                         INSTALL.more