d436dd6641
and some sparc64 fixes. details: - new scripting_{,v}fprintf() that also write to the script log (if open). - support of creation of LFS filesystems - standard installs now allow one to choose which file systems to create, out of the list of /usr, /var, /home, MFS /tmp, and swap. a / is always created, but the rest all optional. [*] - new disklabel method: use existing. this requires one to fill in the mount points (and having at least a "/" is enforced). - preservation of existing filesystems (at install) is supported. - rewrote most of make_fstab(): the entire thing is generated from the bsdlabel now, rather than hard coding / to 'a' and swap to 'b'. create MFS /tmp if requested. - if IPv6 support isn't present, don't display any ipv6 messages. - better rc.conf support - sparc & sparc64 default to "cylinders" now. - choosing "standard" instead of "standard with X" de-selects the X pkgs by default. - sparc64: don't install bootblocks until we have a complete system, avoids booting with no /dev/console. - sparc64: bump STDNEEDMB, it is way low. [*] i have added default values for DEFVARSIZE & DEFUSRSIZE (this is used only if /usr and /home are selected) to each port, based on STDNEEDMB. as such, my guesses might be wrong so port maintainers should look at these.
15 lines
338 B
Makefile
15 lines
338 B
Makefile
# $NetBSD: Makefile,v 1.2 2001/01/14 02:38:22 mrg Exp $
|
|
#
|
|
# Makefile for vax
|
|
#
|
|
|
|
# have to have all of them here for crunch ...
|
|
|
|
SRCS= menu_defs.c msg_defs.c main.c install.c upgrade.c \
|
|
txtwalk.c run.c factor.c net.c disks.c disks_lfs.c util.c geom.c \
|
|
label.c target.c md.c
|
|
|
|
md.o: menu_defs.h msg_defs.h
|
|
|
|
.include "../../Makefile.inc"
|