2002-03-26 04:12:36 +03:00
|
|
|
# $NetBSD: list,v 1.9 2002/03/26 01:12:37 lukem Exp $
|
1997-12-18 01:13:32 +03:00
|
|
|
|
2002-03-24 21:08:18 +03:00
|
|
|
SRCDIRS bin sbin usr.bin usr.sbin gnu/usr.bin
|
1997-12-18 01:13:32 +03:00
|
|
|
|
2002-03-24 21:08:18 +03:00
|
|
|
PROG bin/cat
|
|
|
|
PROG bin/chmod
|
|
|
|
PROG bin/cp
|
|
|
|
PROG bin/dd
|
|
|
|
PROG bin/df
|
|
|
|
PROG bin/echo
|
|
|
|
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/sync
|
|
|
|
PROG bin/sh
|
|
|
|
PROG bin/tftp
|
1997-12-18 01:13:32 +03:00
|
|
|
|
2002-03-24 21:08:18 +03:00
|
|
|
PROG sbin/disklabel
|
|
|
|
PROG sbin/edlabel
|
|
|
|
PROG sbin/ifconfig
|
|
|
|
PROG sbin/init
|
|
|
|
PROG sbin/installboot
|
|
|
|
PROG sbin/mknod
|
|
|
|
PROG sbin/mount
|
|
|
|
PROG sbin/mount_cd9660
|
|
|
|
PROG sbin/mount_ffs
|
|
|
|
PROG sbin/mount_nfs
|
|
|
|
PROG sbin/reboot sbin/halt
|
|
|
|
PROG sbin/route
|
|
|
|
PROG sbin/umount
|
1997-12-18 01:13:32 +03:00
|
|
|
|
2002-03-24 21:08:18 +03:00
|
|
|
PROG usr/bin/ftp
|
|
|
|
PROG usr/bin/gzip usr/bin/gzcat usr/bin/gunzip
|
1997-12-18 01:13:32 +03:00
|
|
|
|
2002-03-24 21:08:18 +03:00
|
|
|
SPECIAL ftp srcdir distrib/utils/x_ftp
|
|
|
|
SPECIAL gzip srcdir distrib/utils/x_gzip
|
|
|
|
SPECIAL ifconfig srcdir distrib/utils/x_ifconfig
|
|
|
|
SPECIAL mount srcdir distrib/utils/x_mount
|
|
|
|
SPECIAL route srcdir distrib/utils/x_route
|
|
|
|
SPECIAL umount srcdir distrib/utils/x_umount
|
|
|
|
SPECIAL installboot srcdir sys/arch/mvme68k/stand/installboot
|
1997-12-18 01:13:32 +03:00
|
|
|
|
2002-03-24 21:08:18 +03:00
|
|
|
LIBS libhack.o -lutil -lz -ll -lrmt
|
1997-12-18 01:13:32 +03:00
|
|
|
|
|
|
|
# various files that we need in /etc for the install
|
2002-03-24 21:08:18 +03:00
|
|
|
COPY ${CURDIR}/rd.fstab etc/fstab
|
2002-03-26 04:12:36 +03:00
|
|
|
COPY ${_SRC_TOP_}/etc/master.passwd etc/master.passwd
|
2002-03-25 01:44:21 +03:00
|
|
|
COPY ${_SRC_TOP_}/etc/netconfig etc/netconfig
|
|
|
|
COPY ${_SRC_TOP_}/etc/protocols etc/protocols
|
|
|
|
COPY ${_SRC_TOP_}/etc/services etc/services
|
2002-03-24 21:08:18 +03:00
|
|
|
COPY ${DESTDIR}/usr/mdec/bootsd bootsd
|
|
|
|
COPY ${DESTDIR}/usr/mdec/bootst bootst
|
|
|
|
COPY ${DESTDIR}/usr/mdec/bootxx bootxx
|
|
|
|
COPY ${DESTDIR}/usr/mdec/stboot stboot
|
1997-12-18 01:13:32 +03:00
|
|
|
|
2002-03-24 21:08:18 +03:00
|
|
|
# and the startup file
|
|
|
|
COPY ${CURDIR}/dot.profile .profile
|
1999-05-23 11:31:19 +04:00
|
|
|
COPY ${CURDIR}/rd.welcome .welcome
|
1997-12-18 01:13:32 +03:00
|
|
|
|
2002-03-24 21:08:18 +03:00
|
|
|
ARGVLN sh -sh
|