From 1aae4ab7e56daf8499c1dd5c1775db355bed2bbd Mon Sep 17 00:00:00 2001 From: jb Date: Wed, 15 Nov 2006 06:12:26 +0000 Subject: Add a copy of the sparc64 boot crunch configuration as a starting point for sun4v. With this commit, the 'make release' works on sun4v and boots. I still have to check that it actually installs to disk. --- release/sun4v/boot_crunch.conf | 44 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 release/sun4v/boot_crunch.conf (limited to 'release') diff --git a/release/sun4v/boot_crunch.conf b/release/sun4v/boot_crunch.conf new file mode 100644 index 0000000..ce31af3 --- /dev/null +++ b/release/sun4v/boot_crunch.conf @@ -0,0 +1,44 @@ +# $FreeBSD$ + +buildopts -DRELEASE_CRUNCH -Dlint + +srcdirs /usr/src/bin +progs hostname +progs pwd +progs rm +progs sh +progs test +ln sh -sh +ln test [ + +srcdirs /usr/src/gnu/usr.bin +progs cpio + +srcdirs /usr/src/sbin +progs camcontrol +progs dhclient +progs fsck_ffs +progs ifconfig +progs mount_nfs +progs newfs +progs route +progs rtsol +progs slattach +progs tunefs + +srcdirs /usr/src/usr.bin +progs find +progs minigzip +progs sed +ln minigzip gzip +ln minigzip gunzip +ln minigzip zcat + +srcdirs /usr/src/usr.sbin +progs arp +progs ppp +progs sysinstall +progs usbdevs + +libs -ll -ledit -lutil -lmd -lcrypt -lftpio -lz -lnetgraph +libs -ldialog -lncurses -ldisk -lcam -lsbuf -lufs -- cgit v1.1