a8025d95ae
dependent files: - Use infrastructure from distrib/common to build file system images with crunchgen-ed programs from a list file. - Non root ("UNPRIVED") builds from a read-only source tree are possible, as makefs(8) replaces vnconfig(8)/vnd use, devices are generated using common/makedev2spec.awk, etc. - Cross builds should be possible, except that some ports need cross-compile host tool versions of installboot and any appropriate host disk labelling tools. XXX: pmax, sparc and vax need fixing for this! - This code has NOT YET BEEN TESTED on most of the ports. It should work, but it is extremely likely that the file system parameters may need tweaking to get things to fit. See MAKEFS_FLAGS in sparc/miniroot/Makefile.inc for an example. If assistance is required, please ask!
37 lines
1.1 KiB
Plaintext
37 lines
1.1 KiB
Plaintext
# $NetBSD: list,v 1.12 2002/03/06 12:04:50 lukem Exp $
|
|
|
|
# Usage of libhack.o reduces the instbin-size with approx. 64KB!
|
|
LIBS libhack.o
|
|
|
|
# Atari extra's
|
|
PROG sbin/ahdilabel
|
|
PROG sbin/edlabel
|
|
PROG sbin/mount_kernfs
|
|
PROG sbin/mount_msdos
|
|
PROG usr/bin/printf
|
|
PROG usr/sbin/loadkmap
|
|
|
|
# crunchgen source directory specials
|
|
SPECIAL ahdilabel srcdir sys/arch/atari/stand/ahdilabel
|
|
SPECIAL loadkmap srcdir sys/arch/atari/stand/loadkmap
|
|
|
|
# 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 installation scripts
|
|
COPY ${ARCHDIR}/install.md install.md
|
|
COPY ${ARCHDIR}/dot.profile .profile
|
|
|
|
# and the keyboard maps
|
|
COPYDIR ${DESTDIR}/usr/share/keymaps/atari usr/share/keymaps/atari
|
|
|
|
# strip /etc/services - not enough space... (leaves ftp in).
|
|
CMD grep ftp ${DESTDIR}/etc/services > etc/services
|