2002-04-13 16:55:50 +04:00
|
|
|
# $NetBSD: list,v 1.12 2002/04/13 12:55:50 lukem Exp $
|
1999-03-26 11:34:36 +03:00
|
|
|
|
2002-03-23 19:38:50 +03:00
|
|
|
SRCDIRS bin sbin usr.bin/less usr.bin usr.sbin gnu/usr.bin gnu/usr.bin/binutils
|
1999-03-26 11:34:36 +03:00
|
|
|
|
2002-03-23 19:38:50 +03:00
|
|
|
PROG bin/cat
|
|
|
|
PROG bin/chmod
|
|
|
|
PROG bin/cp
|
|
|
|
PROG bin/dd
|
|
|
|
PROG bin/df
|
|
|
|
PROG bin/ed
|
|
|
|
PROG bin/ln
|
|
|
|
PROG bin/ls
|
|
|
|
PROG bin/mkdir
|
|
|
|
PROG bin/mt
|
|
|
|
PROG bin/mv
|
|
|
|
PROG bin/pax usr/bin/tar
|
|
|
|
PROG bin/pwd
|
|
|
|
PROG bin/rm
|
|
|
|
PROG bin/sh
|
|
|
|
PROG bin/stty
|
|
|
|
PROG bin/sync
|
2002-04-13 16:55:50 +04:00
|
|
|
|
2002-03-23 19:38:50 +03:00
|
|
|
PROG sbin/disklabel
|
|
|
|
PROG sbin/fsck
|
|
|
|
PROG sbin/fsck_ffs
|
|
|
|
PROG sbin/ifconfig
|
|
|
|
PROG sbin/init
|
|
|
|
PROG sbin/mknod
|
|
|
|
PROG sbin/mount
|
|
|
|
PROG sbin/mount_cd9660
|
|
|
|
PROG sbin/mount_ffs
|
|
|
|
PROG sbin/mount_kernfs
|
|
|
|
PROG sbin/mount_msdos
|
|
|
|
PROG sbin/mount_nfs
|
|
|
|
PROG sbin/newfs sbin/mount_mfs
|
|
|
|
PROG sbin/ping
|
|
|
|
PROG sbin/reboot sbin/halt
|
|
|
|
PROG sbin/restore sbin/rrestore
|
|
|
|
PROG sbin/route
|
|
|
|
PROG sbin/shutdown
|
|
|
|
PROG sbin/slattach
|
|
|
|
PROG sbin/swapctl sbin/swapon
|
|
|
|
PROG sbin/umount
|
2002-04-13 16:55:50 +04:00
|
|
|
|
2002-03-23 19:38:50 +03:00
|
|
|
PROG usr/bin/ftp
|
2002-04-13 16:55:50 +04:00
|
|
|
PROG usr/bin/gzip usr/bin/gzcat usr/bin/gunzip
|
2002-03-23 19:38:50 +03:00
|
|
|
PROG usr/bin/sed
|
|
|
|
PROG usr/bin/tset
|
2002-04-13 16:55:50 +04:00
|
|
|
PROG usr/bin/more usr/bin/less
|
2002-03-23 19:38:50 +03:00
|
|
|
#PROG usr/bin/strings
|
|
|
|
PROG usr/bin/tip
|
|
|
|
|
|
|
|
PROG usr/sbin/chown usr/bin/chgrp
|
|
|
|
PROG usr/sbin/chroot
|
|
|
|
|
2002-04-13 16:55:50 +04:00
|
|
|
# init invokes the shell as -sh
|
|
|
|
ARGVLN sh -sh
|
|
|
|
|
2002-03-23 19:38:50 +03:00
|
|
|
SPECIAL ed srcdir distrib/utils/x_ed
|
|
|
|
SPECIAL gzip srcdir distrib/utils/x_gzip
|
|
|
|
SPECIAL mount srcdir distrib/utils/x_mount
|
|
|
|
SPECIAL umount srcdir distrib/utils/x_umount
|
|
|
|
SPECIAL more srcdir distrib/utils/more
|
|
|
|
SPECIAL ftp srcdir distrib/utils/x_ftp
|
|
|
|
SPECIAL ping srcdir distrib/utils/x_ping
|
|
|
|
SPECIAL route srcdir distrib/utils/x_route
|
|
|
|
SPECIAL ifconfig srcdir distrib/utils/x_ifconfig
|
|
|
|
|
|
|
|
LIBS libhack.o -ledit -lutil -lcurses -ltermcap -lrmt -ll -lm -lz
|
1999-03-26 11:34:36 +03:00
|
|
|
|
|
|
|
# various files that we need in /etc for the install
|
2002-03-23 19:38:50 +03:00
|
|
|
COPY ${_SRC_TOP_}/etc/group etc/group
|
|
|
|
COPY ${_SRC_TOP_}/etc/master.passwd etc/master.passwd
|
|
|
|
COPY ${_SRC_TOP_}/etc/protocols etc/protocols
|
|
|
|
COPY ${_SRC_TOP_}/etc/netconfig etc/netconfig
|
|
|
|
COPY ${_SRC_TOP_}/etc/services etc/services
|
1999-03-26 11:34:36 +03:00
|
|
|
|
|
|
|
# and the common installation tools
|
2002-04-13 08:14:21 +04:00
|
|
|
COPY ${DISTRIBDIR}/mac68k/miniroot/termcap usr/share/misc/termcap
|
1999-03-26 11:34:36 +03:00
|
|
|
|
|
|
|
# the disktab explanation file
|
1999-05-23 11:31:19 +04:00
|
|
|
COPY ${CURDIR}/disktab.preinstall etc/disktab.preinstall
|
1999-03-26 11:34:36 +03:00
|
|
|
|
|
|
|
# and the installation tools
|
1999-05-23 11:31:19 +04:00
|
|
|
COPY ${CURDIR}/dot.profile .profile
|
|
|
|
COPY ${CURDIR}/dot.hdprofile tmp/.hdprofile
|
1999-03-26 11:34:36 +03:00
|
|
|
|
|
|
|
# and a copy of the INSTALL notes
|
2002-03-04 19:43:06 +03:00
|
|
|
COPY ${NOTESOBJDIR}/INSTALL.more INSTALL.more
|