Home | History | Annotate | Line # | Download | only in miniroot
list revision 1.4
      1 #	$NetBSD: list,v 1.4 1996/05/04 15:45:30 pk Exp $
      2 
      3 SRCDIRS usr.bin bin sbin usr.sbin gnu/usr.bin
      4 
      5 # copy the crunched binary, link to it, and kill it
      6 COPY	${OBJDIR}/instbin	instbin
      7 LINK	instbin			bin/cat
      8 LINK	instbin			bin/chmod
      9 LINK	instbin			bin/cp
     10 LINK	instbin			bin/dd
     11 LINK	instbin			bin/df
     12 LINK	instbin			bin/ed
     13 LINK	instbin			bin/expr
     14 LINK	instbin			bin/hostname
     15 LINK	instbin			bin/ln
     16 LINK	instbin			bin/ls
     17 LINK	instbin			bin/kill
     18 LINK	instbin			bin/mkdir
     19 LINK	instbin			bin/mt
     20 LINK	instbin			bin/mv
     21 LINK	instbin			bin/pwd
     22 LINK	instbin			bin/rm
     23 LINK	instbin			bin/sh
     24 LINK	instbin			bin/stty
     25 LINK	instbin			bin/sleep
     26 LINK	instbin			bin/sync
     27 LINK	instbin			bin/test bin/[
     28 LINK	instbin			sbin/disklabel
     29 LINK	instbin			sbin/dmesg
     30 LINK	instbin			sbin/fsck_ffs sbin/fsck
     31 LINK	instbin			sbin/reboot sbin/halt
     32 LINK	instbin			sbin/ifconfig
     33 LINK	instbin			sbin/init
     34 LINK	instbin			sbin/mknod
     35 LINK	instbin			sbin/mount
     36 LINK	instbin			sbin/mount_cd9660
     37 LINK	instbin			sbin/mount_ffs
     38 LINK	instbin			sbin/mount_nfs
     39 LINK	instbin			sbin/newfs
     40 LINK	instbin			sbin/ping
     41 LINK	instbin			sbin/route
     42 LINK	instbin			sbin/shutdown
     43 LINK	instbin			sbin/slattach
     44 LINK	instbin			sbin/umount
     45 SYMLINK	../../instbin		usr/bin/basename
     46 SYMLINK	../../instbin		usr/bin/chflags
     47 SYMLINK	../../instbin		usr/sbin/chown usr/bin/chgrp
     48 SYMLINK	../../instbin		usr/sbin/chroot
     49 SYMLINK	../../instbin		usr/bin/cksum usr/bin/sum
     50 SYMLINK	../../instbin		usr/bin/cut
     51 SYMLINK	../../instbin		usr/bin/ftp
     52 SYMLINK	../../instbin		usr/bin/gawk usr/bin/awk
     53 SYMLINK	../../instbin		usr/bin/grep usr/bin/egrep usr/bin/fgrep
     54 SYMLINK	../../instbin		usr/bin/gzip usr/bin/gunzip usr/bin/gzcat
     55 SYMLINK	../../instbin		usr/bin/less usr/bin/more
     56 SYMLINK	../../instbin		usr/bin/netstat
     57 SYMLINK	../../instbin		usr/bin/rsh
     58 SYMLINK	../../instbin		usr/bin/sed
     59 SYMLINK	../../instbin		usr/bin/strings
     60 SYMLINK	../../instbin		usr/bin/sort
     61 SYMLINK	../../instbin		usr/bin/tar
     62 SYMLINK	../../instbin		usr/bin/tip
     63 SYMLINK	../../instbin		usr/bin/tset usr/bin/reset
     64 SYMLINK	../../instbin		usr/bin/vi
     65 SYMLINK	../../instbin		usr/sbin/update
     66 
     67 # crunchgen source directory specials
     68 CRUNCHSPECIAL	vi srcdir usr.bin/vi/common
     69 CRUNCHSPECIAL	less srcdir usr.bin/less/less
     70 
     71 # `internal' crunchgen links
     72 ARGVLINK mount_ffs	ffs
     73 ARGVLINK mount_nfs	nfs
     74 ARGVLINK mount_cd9660	cd9660
     75 ARGVLINK sh		-sh
     76 
     77 # Minimize use of MFS
     78 SYMLINK	/tmp	var/tmp
     79 
     80 # copy the MAKEDEV script and make some devices
     81 COPY	${DESTDIR}/dev/MAKEDEV		dev/MAKEDEV
     82 COPY	${DESTDIR}/dev/MAKEDEV.local	dev/MAKEDEV.local
     83 SPECIAL	cd dev; sh MAKEDEV all
     84 SPECIAL	/bin/rm dev/MAKEDEV
     85 
     86 # various files that we need in /etc for the install
     87 COPY	${DESTDIR}/etc/group		etc/group
     88 COPY	${DESTDIR}/etc/master.passwd	etc/master.passwd
     89 COPY	${DESTDIR}/etc/passwd		etc/passwd
     90 COPY	${DESTDIR}/etc/protocols	etc/protocols
     91 COPY	${DESTDIR}/etc/pwd.db		etc/pwd.db
     92 COPY	${DESTDIR}/etc/services		etc/services
     93 COPY	${DESTDIR}/etc/spwd.db		etc/spwd.db
     94 
     95 # the zoneinfo
     96 COPYDIR	${DESTDIR}/usr/share/zoneinfo	usr/share/zoneinfo
     97 
     98 # and the termcap file
     99 COPY	${CURDIR}/../../share/termcap/termcap.src usr/share/misc/termcap
    100 
    101 # and the installation scripts
    102 COPY	${CURDIR}/install.sub		install.sub
    103 COPY	${CURDIR}/install.sh		install
    104 COPY	${CURDIR}/upgrade.sh		upgrade
    105 SPECIAL	chmod 755 install upgrade
    106