2002-04-17 00:52:44 +04:00
|
|
|
# $NetBSD: list,v 1.3 2002/04/16 20:52:44 kleink Exp $
|
2001-01-16 19:53:57 +03:00
|
|
|
|
2002-04-12 18:40:53 +04:00
|
|
|
SRCDIRS bin sbin usr.bin usr.sbin gnu/usr.bin
|
2001-01-16 19:53:57 +03:00
|
|
|
|
2002-04-12 18:40:53 +04: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/rcmd usr/bin/rsh
|
|
|
|
PROG bin/rcp
|
|
|
|
PROG bin/rm
|
|
|
|
PROG bin/sh
|
|
|
|
PROG bin/stty
|
|
|
|
PROG bin/sync
|
|
|
|
|
|
|
|
PROG sbin/disklabel
|
|
|
|
PROG sbin/dmesg
|
|
|
|
PROG sbin/fdisk
|
|
|
|
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/umount
|
|
|
|
|
|
|
|
PROG usr/bin/ftp
|
|
|
|
PROG usr/bin/gzip usr/bin/gunzip usr/bin/gzcat
|
|
|
|
PROG usr/bin/more usr/bin/less
|
|
|
|
PROG usr/bin/sed
|
|
|
|
PROG usr/bin/tip
|
|
|
|
PROG usr/bin/tset
|
|
|
|
|
|
|
|
PROG usr/sbin/chown usr/bin/chgrp
|
|
|
|
PROG usr/sbin/chroot
|
|
|
|
|
|
|
|
# init invokes the shell as -sh
|
|
|
|
ARGVLN sh -sh
|
|
|
|
|
|
|
|
SPECIAL dmesg srcdir distrib/utils/x_dmesg
|
|
|
|
SPECIAL ftp srcdir distrib/utils/x_ftp
|
|
|
|
SPECIAL gzip srcdir distrib/utils/x_gzip
|
|
|
|
SPECIAL ifconfig srcdir distrib/utils/x_ifconfig
|
|
|
|
SPECIAL more srcdir distrib/utils/more
|
|
|
|
SPECIAL ping srcdir distrib/utils/x_ping
|
|
|
|
SPECIAL route srcdir distrib/utils/x_route
|
|
|
|
|
|
|
|
LIBS libhack.o -ledit -lutil -lcurses -ltermcap -lcrypt -ll -lm -lz
|
2001-01-16 19:53:57 +03:00
|
|
|
|
|
|
|
# and the termcap file
|
|
|
|
COPY ${CURDIR}/termcap.src usr/share/misc/termcap
|
|
|
|
|
|
|
|
# various files that we need in /etc for the install
|
2002-04-12 18:40:53 +04:00
|
|
|
COPY ${_SRC_TOP_}/etc/group etc/group
|
|
|
|
COPY ${_SRC_TOP_}/etc/master.passwd etc/master.passwd
|
|
|
|
COPY ${_SRC_TOP_}/etc/netconfig etc/netconfig
|
|
|
|
COPY ${_SRC_TOP_}/etc/protocols etc/protocols
|
|
|
|
COPY ${_SRC_TOP_}/etc/services etc/services
|
2001-01-16 19:53:57 +03:00
|
|
|
|
|
|
|
# the disktab explanation file
|
|
|
|
COPY ${CURDIR}/disktab.preinstall etc/disktab.preinstall
|
|
|
|
|
|
|
|
# and the installation scripts
|
|
|
|
COPY ${CURDIR}/dot.profile .profile
|