63 lines
1.5 KiB
Plaintext
63 lines
1.5 KiB
Plaintext
# $NetBSD: list,v 1.13 2003/01/19 12:26:54 tsutsui Exp $
|
|
|
|
SRCDIRS bin sbin usr.bin usr.sbin gnu/usr.bin
|
|
|
|
PROG bin/cat
|
|
PROG bin/chmod
|
|
PROG bin/cp
|
|
PROG bin/dd
|
|
PROG bin/df
|
|
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
|
|
|
|
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
|
|
|
|
PROG usr/bin/ftp
|
|
PROG usr/bin/gzip usr/bin/gzcat usr/bin/gunzip
|
|
|
|
# init invokes the shell as -sh
|
|
ARGVLN sh -sh
|
|
|
|
SPECIAL gzip srcdir distrib/utils/x_gzip
|
|
SPECIAL ifconfig srcdir distrib/utils/x_ifconfig
|
|
SPECIAL route srcdir distrib/utils/x_route
|
|
SPECIAL umount srcdir distrib/utils/x_umount
|
|
SPECIAL installboot srcdir sys/arch/mvme68k/stand/installboot
|
|
|
|
LIBS libhack.o -lutil -lz -ll -lrmt
|
|
|
|
# various files that we need in /etc for the install
|
|
COPY ${CURDIR}/rd.fstab etc/fstab
|
|
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
|
|
COPY ${DESTDIR}/usr/mdec/bootsd bootsd
|
|
COPY ${DESTDIR}/usr/mdec/bootst bootst
|
|
COPY ${DESTDIR}/usr/mdec/bootxx bootxx
|
|
COPY ${DESTDIR}/usr/mdec/stboot stboot
|
|
|
|
# and the startup file
|
|
COPY ${CURDIR}/dot.profile .profile
|
|
COPY ${CURDIR}/rd.welcome .welcome
|