81 lines
2.3 KiB
Plaintext
81 lines
2.3 KiB
Plaintext
# $NetBSD: list,v 1.16 2011/01/14 10:26:30 tsutsui Exp $
|
|
|
|
PROG bin/cat
|
|
PROG bin/chmod
|
|
PROG bin/cp
|
|
PROG bin/dd
|
|
PROG bin/df
|
|
PROG bin/expr
|
|
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 sbin/chown bin/chgrp
|
|
PROG sbin/disklabel
|
|
PROG sbin/dmesg
|
|
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_msdos
|
|
PROG sbin/mount_nfs
|
|
PROG sbin/newfs sbin/mount_mfs
|
|
PROG sbin/ping
|
|
PROG sbin/reboot sbin/halt
|
|
PROG sbin/route
|
|
PROG sbin/swapctl
|
|
PROG sbin/sysctl
|
|
PROG sbin/umount
|
|
|
|
PROG usr/bin/ftp
|
|
PROG usr/bin/gzip usr/bin/gzcat usr/bin/gunzip
|
|
PROG usr/bin/sed
|
|
|
|
PROG usr/mdec/installboot
|
|
|
|
PROG usr/sbin/chroot
|
|
|
|
PROG sbin/ahdilabel
|
|
PROG usr/sbin/loadkmap
|
|
|
|
SPECIAL installboot srcdir sys/arch/atari/stand/installboot
|
|
SPECIAL gzip srcdir distrib/utils/x_gzip
|
|
SPECIAL ifconfig srcdir distrib/utils/x_ifconfig
|
|
SPECIAL ping srcdir distrib/utils/x_ping
|
|
SPECIAL route srcdir distrib/utils/x_route
|
|
SPECIAL umount srcdir distrib/utils/x_umount
|
|
|
|
# various files that we need in /etc for the install
|
|
COPY ${NETBSDSRCDIR}/etc/netconfig etc/netconfig
|
|
COPY ${DISTRIBDIR}/common/protocols etc/protocols
|
|
COPY ${DISTRIBDIR}/common/services etc/services
|
|
|
|
# we need the boot block code in /usr/mdec
|
|
MTREE ./usr/mdec/std type=dir uname=root gname=wheel mode=0755
|
|
MTREE ./usr/mdec/milan type=dir uname=root gname=wheel mode=0755
|
|
|
|
COPY ${DESTDIR}/usr/mdec/std/bootxx usr/mdec/std/bootxx
|
|
COPY ${DESTDIR}/usr/mdec/std/boot.atari usr/mdec/std/boot.atari
|
|
COPY ${DESTDIR}/usr/mdec/std/fdboot usr/mdec/std/fdboot
|
|
COPY ${DESTDIR}/usr/mdec/std/sdboot usr/mdec/std/sdboot
|
|
COPY ${DESTDIR}/usr/mdec/std/wdboot usr/mdec/std/wdboot
|
|
COPY ${DESTDIR}/usr/mdec/std/sdb00t.ahdi usr/mdec/std/sdb00t.ahdi
|
|
COPY ${DESTDIR}/usr/mdec/std/wdb00t.ahdi usr/mdec/std/wdb00t.ahdi
|
|
COPY ${DESTDIR}/usr/mdec/std/xxboot.ahdi usr/mdec/std/xxboot.ahdi
|
|
COPY ${DESTDIR}/usr/mdec/milan/bootxx usr/mdec/milan/bootxx
|
|
COPY ${DESTDIR}/usr/mdec/milan/boot.atari usr/mdec/milan/boot.atari
|
|
COPY ${DESTDIR}/usr/mdec/milan/fdboot usr/mdec/milan/fdboot
|
|
COPY ${DESTDIR}/usr/mdec/milan/sdboot usr/mdec/milan/sdboot
|
|
COPY ${DESTDIR}/usr/mdec/milan/sdb00t.ahdi usr/mdec/milan/sdb00t.ahdi
|
|
COPY ${DESTDIR}/usr/mdec/milan/xxboot.ahdi usr/mdec/milan/xxboot.ahdi
|