2002-04-13 17:37:48 +04:00
|
|
|
# $NetBSD: list,v 1.12 2002/04/13 13:39:26 lukem Exp $
|
2002-03-12 09:26:34 +03:00
|
|
|
|
|
|
|
SRCDIRS bin sbin usr.bin usr.sbin gnu/usr.bin sys/arch/pmax/stand
|
|
|
|
|
|
|
|
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 usr/bin/cpio
|
|
|
|
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_kernfs
|
|
|
|
PROG sbin/mount_msdos
|
|
|
|
PROG sbin/mount_nfs
|
2002-04-13 17:37:48 +04:00
|
|
|
PROG sbin/newfs sbin/mount_mfs
|
2002-03-12 09:26:34 +03:00
|
|
|
PROG sbin/ping
|
|
|
|
PROG sbin/reboot sbin/halt
|
|
|
|
PROG sbin/restore sbin/rrestore
|
|
|
|
PROG sbin/route
|
|
|
|
PROG sbin/shutdown
|
|
|
|
PROG sbin/slattach
|
|
|
|
PROG sbin/umount
|
|
|
|
|
|
|
|
PROG usr/bin/ftp
|
|
|
|
PROG usr/bin/gzip usr/bin/gzcat usr/bin/gunzip
|
|
|
|
PROG usr/bin/sed
|
|
|
|
PROG usr/bin/tip
|
|
|
|
PROG usr/bin/tset
|
|
|
|
|
|
|
|
PROG usr/mdec/installboot
|
|
|
|
|
|
|
|
PROG usr/sbin/chown usr/bin/chgrp
|
|
|
|
PROG usr/sbin/chroot
|
|
|
|
|
2002-04-13 17:37:48 +04:00
|
|
|
# init invokes the shell as -sh
|
|
|
|
ARGVLN sh -sh
|
|
|
|
|
2002-03-12 09:26:34 +03:00
|
|
|
SPECIAL ping srcdir distrib/utils/x_ping
|
|
|
|
|
|
|
|
LIBS -ledit -lbz2 -lutil -lcurses -ltermcap -lrmt -lcrypt -ll -lm
|
|
|
|
|
1998-11-28 02:10:28 +03:00
|
|
|
# we need the boot blocks /usr/mdec
|
2000-01-04 01:07:11 +03:00
|
|
|
COPY ${DESTDIR}/usr/mdec/bootxx_ffs usr/mdec/bootxx_ffs
|
|
|
|
COPY ${DESTDIR}/usr/mdec/boot.pmax usr/mdec/boot.pmax
|
1998-11-28 02:10:28 +03:00
|
|
|
|
|
|
|
# various files that we need in /etc for the install
|
2002-03-12 09:26:34 +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
|
1998-11-28 02:10:28 +03:00
|
|
|
|
|
|
|
# and the common installation tools
|
2002-04-12 07:26:57 +04:00
|
|
|
COPY ${DISTRIBDIR}/miniroot/termcap.rcons usr/share/misc/termcap
|
1998-11-28 02:10:28 +03:00
|
|
|
|
|
|
|
# the disktab explanation file
|
1999-05-23 11:31:19 +04:00
|
|
|
COPY ${CURDIR}/disktab.preinstall etc/disktab.preinstall
|
1998-11-28 02:10:28 +03:00
|
|
|
|
2000-01-06 04:43:30 +03:00
|
|
|
# and the shell startup files
|
1999-05-23 11:31:19 +04:00
|
|
|
COPY ${CURDIR}/dot.profile .profile
|
|
|
|
COPY ${CURDIR}/dot.hdprofile tmp/.hdprofile
|
1998-11-28 02:10:28 +03:00
|
|
|
|
|
|
|
|
|
|
|
# someday put in the release notes too
|
|
|
|
#
|
2002-04-12 07:26:57 +04:00
|
|
|
# COPY ${DISTRIBDIR}/notes/pmax/INSTALL.txt INSTALL.txt
|