1# $MirOS: src/distrib/common/list,v 1.31 2013/09/28 19:55:16 tg Exp $
2
3# standard tools in the crunched binary
4COPY	${OBJDIR}/instbin			instbin
5LINK	instbin					bin/chmod bin/chgrp sbin/chown usr/bin/chflags
6LINK	instbin					bin/cp
7LINK	instbin					bin/date
8LINK	instbin					bin/dd
9LINK	instbin					bin/df
10LINK	instbin					bin/ed
11LINK	instbin					bin/hostname
12LINK	instbin					bin/ln
13LINK	instbin					bin/ls
14LINK	instbin					bin/md5 bin/cksum bin/rmd160 bin/sha1 bin/sum
15LINK	instbin					bin/mkdir
16LINK	instbin					bin/mksh bin/sh bin/[ bin/cat bin/echo bin/false bin/kill bin/pwd bin/sleep bin/test bin/true
17LINK	instbin					bin/mv
18LINK	instbin					bin/pax bin/cpio bin/tar
19LINK	instbin					bin/rm
20LINK	instbin					bin/stty
21LINK	instbin					bin/sync
22LINK	instbin					sbin/disklabel
23LINK	instbin					sbin/dmesg
24LINK	instbin					sbin/fsck
25LINK	instbin					sbin/fsck_ffs
26LINK	instbin					sbin/ifconfig
27LINK	instbin					sbin/init
28LINK	instbin					sbin/mount
29LINK	instbin					sbin/mount_ffs
30LINK	instbin					sbin/newfs sbin/mount_mfs
31LINK	instbin					sbin/reboot sbin/halt
32LINK	instbin					sbin/route
33LINK	instbin					sbin/swapctl
34LINK	instbin					sbin/umount
35LINK	instbin					usr/bin/compress usr/bin/gunzip usr/bin/gzip
36LINK	instbin					usr/bin/ftp
37LINK	instbin					usr/bin/grep usr/bin/egrep usr/bin/fgrep
38LINK	instbin					usr/bin/hexdump usr/bin/hd usr/bin/od
39LINK	instbin					usr/bin/mktemp
40LINK	instbin					usr/bin/nc
41LINK	instbin					usr/bin/script
42LINK	instbin					usr/bin/sed
43LINK	instbin					usr/mdec/installboot
44LINK	instbin					usr/sbin/chkuterm
45LINK	instbin					usr/sbin/chroot
46LINK	instbin					usr/sbin/rdate
47LINK	instbin					usr/sbin/sysctl
48ARGVLINK cp					mv_cp
49ARGVLINK mksh					-mksh
50ARGVLINK mksh					-sh
51ARGVLINK rm					mv_rm
52
53# devices stuff
54SCRIPT	${DESTDIR}/dev/MAKEDEV			dev/MAKEDEV
55SPECIAL	chmod 555 dev/MAKEDEV
56
57# etc population
58SCRIPT	${DESTDIR}/etc/disktab			etc/disktab.shadow
59SYMLINK	/tmp/disktab.shadow			etc/disktab
60SYMLINK	/tmp/fstab.shadow			etc/fstab
61COPY	${TOPDIR}/common/group			etc/group
62SYMLINK	/tmp/hosts				etc/hosts
63COPY	${TOPDIR}/common/protocols		etc/protocols
64SYMLINK	/tmp/resolv.conf.shadow			etc/resolv.conf
65COPY	${TOPDIR}/common/services		etc/services
66COPY	${TOPDIR}/common/shells			etc/shells
67COPY	${TOPDIR}/common/spwd.db		etc/spwd.db
68SPECIAL	chown root:_shadow etc/spwd.db
69SPECIAL	chmod 640 etc/spwd.db
70TERMCAP	vt100,vt220,wsvtg,wsvt25,dumb		usr/share/misc/termcap
71
72# install stuff
73SCRIPT	${TOPDIR}/common/dot.profile		.profile
74SCRIPT	${TOPDIR}/common/functions		etc/functions
75SCRIPT	${TOPDIR}/common/install.sh		install
76SCRIPT	${TOPDIR}/common/install.sub		install.sub
77SPECIAL	chmod 755 install
78
79# misc stuff
80COPY	${DESTDIR}/usr/mdec/bootxx		usr/mdec/bootxx
81