This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-skq
Watch
1
Star
0
Fork
0
You've already forked freebsd-skq
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
fa64321bba
freebsd-skq
/
sys
/
boot
/
Makefile.i386
7 lines
77 B
Makefile
Raw
Normal View
History
Unescape
Escape
MF tbemd: move to using specific architecture makefiles
2010-08-23 01:48:07 +00:00
# $FreeBSD$
SUBDIR
+=
efi
Build a 32-bit libstand under sys/boot/ A 32-bit libstand is needed on 64-bit platforms for use by various bootloaders. Previously only the 32-bit version was built, installed as /usr/lib/libstand.a. A new 64-bit libstand consumer will arrive in the near future, so move the bootloader-specific 32-bit version to sys/boot/libstand32/. Explicitly link against this version in the 32-bit loaders. Sponsored by: The FreeBSD Foundation
2014-02-06 21:54:21 +00:00
SUBDIR
+=
libstand32
MF tbemd: move to using specific architecture makefiles
2010-08-23 01:48:07 +00:00
SUBDIR
+=
zfs
Implement GELI (AES-XTS and AES-CBC only) in gptboot and gptzfsboot Allows booting from a GELI encrypted root file system, via UFS or ZFS Reviewed by: gnn, smh (previous version), delphij (previous version) Relnotes: yes Sponsored by: ScaleEngine Inc. Differential Revision: https://reviews.freebsd.org/D4593
2016-03-16 23:12:19 +00:00
SUBDIR
+=
geli
Reference in New Issue
Copy Permalink