2002-06-05 15:22:04 +04:00
|
|
|
# $NetBSD: list,v 1.11 2002/06/05 11:22:04 lukem Exp $
|
2002-01-25 18:28:41 +03:00
|
|
|
|
2002-03-06 16:21:00 +03:00
|
|
|
SRCDIRS bin sbin usr.bin/less usr.bin usr.sbin gnu/usr.bin
|
2002-01-25 18:28:41 +03:00
|
|
|
|
2002-03-06 16:21:00 +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/mv
|
|
|
|
PROG bin/pax usr/bin/tar
|
|
|
|
PROG bin/pwd
|
|
|
|
PROG bin/rm
|
|
|
|
PROG bin/sh
|
|
|
|
PROG bin/stty
|
|
|
|
PROG bin/sync
|
|
|
|
|
|
|
|
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_filecore
|
|
|
|
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
|
|
|
|
PROG sbin/umount
|
|
|
|
|
|
|
|
PROG usr/bin/ftp
|
|
|
|
PROG usr/bin/gzip usr/bin/gunzip usr/bin/gzcat
|
|
|
|
PROG usr/bin/less usr/bin/more
|
|
|
|
PROG usr/bin/sed
|
|
|
|
PROG usr/bin/tip
|
|
|
|
|
|
|
|
PROG usr/sbin/chown usr/bin/chgrp
|
|
|
|
PROG usr/sbin/chroot
|
|
|
|
|
2002-04-13 17:25:30 +04:00
|
|
|
# init invokes the shell as -sh
|
|
|
|
ARGVLN sh -sh
|
|
|
|
|
2002-03-06 16:21:00 +03:00
|
|
|
SPECIAL ping srcdir distrib/utils/x_ping
|
|
|
|
|
2002-03-07 04:48:36 +03:00
|
|
|
LIBS -lbz2 -ledit -lutil -lcurses -ltermcap -lrmt -lcrypt -ll -lm
|
2002-03-06 16:21:00 +03:00
|
|
|
|
2002-01-25 18:28:41 +03:00
|
|
|
# we need the boot blocks /usr/mdec
|
|
|
|
#COPYDIR ${DESTDIR}/usr/mdec usr/mdec
|
|
|
|
|
|
|
|
# various files that we need in /etc for the install
|
2002-04-26 19:50:21 +04:00
|
|
|
COPY ${NETBSDSRCDIR}/etc/group etc/group
|
|
|
|
COPY ${NETBSDSRCDIR}/etc/master.passwd etc/master.passwd
|
|
|
|
COPY ${NETBSDSRCDIR}/etc/netconfig etc/netconfig
|
|
|
|
COPY ${NETBSDSRCDIR}/etc/protocols etc/protocols
|
|
|
|
COPY ${NETBSDSRCDIR}/etc/services etc/services
|
2002-01-25 18:28:41 +03:00
|
|
|
|
|
|
|
# and the common installation tools
|
2002-01-31 02:03:09 +03:00
|
|
|
COPY ${CURDIR}/termcap.vt100 usr/share/misc/termcap
|
2002-01-25 18:28:41 +03:00
|
|
|
|
|
|
|
# the disktab explanation file
|
|
|
|
COPY ${CURDIR}/disktab.preinstall etc/disktab.preinstall
|
|
|
|
|
2002-06-05 15:22:04 +04:00
|
|
|
#COPY ${CURDIR}/inst.sh usr/local/sbin/inst 555
|
2002-01-25 18:28:41 +03:00
|
|
|
|
|
|
|
# and the installation tools
|
|
|
|
COPY ${CURDIR}/dot.profile .profile
|
|
|
|
COPY ${CURDIR}/dot.hdprofile tmp/.hdprofile
|