diff options
author | jb <jb@FreeBSD.org> | 2006-11-15 06:12:26 +0000 |
---|---|---|
committer | jb <jb@FreeBSD.org> | 2006-11-15 06:12:26 +0000 |
commit | 1aae4ab7e56daf8499c1dd5c1775db355bed2bbd (patch) | |
tree | 4815051cf613383c5d8ea8b1ab3f9a9dba45cbc8 /release/sun4v | |
parent | 62b3d9e35c851e5bc9c48c2ac5c0bd49a6e7c362 (diff) | |
download | FreeBSD-src-1aae4ab7e56daf8499c1dd5c1775db355bed2bbd.zip FreeBSD-src-1aae4ab7e56daf8499c1dd5c1775db355bed2bbd.tar.gz |
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.
Diffstat (limited to 'release/sun4v')
-rw-r--r-- | release/sun4v/boot_crunch.conf | 44 |
1 files changed, 44 insertions, 0 deletions
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 |