49 lines
1.2 KiB
Plaintext
49 lines
1.2 KiB
Plaintext
# $NetBSD: list,v 1.17 2002/07/23 03:52:02 mhitch Exp $
|
|
|
|
# Amiga extra's
|
|
PROG sbin/disklabel
|
|
PROG sbin/mount_ados
|
|
PROG sbin/mount_kernfs
|
|
PROG usr/bin/file
|
|
PROG usr/bin/netstat
|
|
PROG usr/bin/printf
|
|
PROG usr/bin/vi
|
|
PROG usr/sbin/loadkmap
|
|
|
|
# usr/bin/file needs libz
|
|
LIBS -lz
|
|
|
|
# crunchgen source directory specials
|
|
SPECIAL loadkmap srcdir sys/arch/amiga/stand/loadkmap
|
|
SPECIAL vi srcdir usr.bin/vi/build
|
|
|
|
# Minimize use of MFS
|
|
SYMLINK /tmp var/tmp
|
|
|
|
# various files that we need in /etc for the install
|
|
COPY ${ARCHDIR}/disktab.shadow etc/disktab.shadow
|
|
#SYMLINK /tmp/disktab.shadow etc/disktab
|
|
SYMLINK /tmp/fstab.shadow etc/fstab
|
|
SYMLINK /tmp/resolv.conf.shadow etc/resolv.conf
|
|
SYMLINK /tmp/hosts etc/hosts
|
|
|
|
# and the termcap file
|
|
COPY ${ARCHDIR}/termcap.vt usr/share/misc/termcap
|
|
|
|
# and the magic file
|
|
COPY ${DESTDIR}/usr/share/misc/magic usr/share/misc/magic
|
|
|
|
# and the installation scripts
|
|
COPY ${ARCHDIR}/install.md install.md
|
|
COPY ${ARCHDIR}/dot.profile .profile
|
|
|
|
# and the keyboard maps
|
|
MTREE ./usr/share/keymaps type=dir uname=root gname=wheel mode=0755
|
|
COPYDIR ${DESTDIR}/usr/share/keymaps/amiga usr/share/keymaps/amiga
|
|
|
|
# boot loader
|
|
COPY ${DESTDIR}/usr/mdec/boot.amiga boot.amiga
|
|
|
|
# install kernel
|
|
COPY ${KERNOBJDIR}/INSTALL/netbsd netbsd
|