This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-nq
Watch
1
Star
0
Fork
0
You've already forked freebsd-nq
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
4e617d8cb9
freebsd-nq
/
stand
/
Makefile.sparc64
7 lines
70 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
+=
ofw
Remove LOADER_ZFS_SUPPORT as a Makefile variable LOADER_ZFS_SUPPORT is entirely used to select whether or not to support ZFS in the loader. But it's not a user-servicable part (MK_ZFS is what's used for that) Change it to the more conventional HAVE_ZFS and move the ZFS support code into loader.mk. In addition, only build ZFS libraries and boot loaders when ZFS is enabled. Sponsored by: Netflix
2017-11-10 23:54:31 +00:00
.
i
f
${MK_ZFS}
!=
"no"
sparc64/zfs boot: take advantage of new libzfsboot capabilities Also drop the now unneeded compatibility shims. Tested by: marius MFC after: 1 month
2012-05-12 20:27:33 +00:00
SUBDIR
+=
zfs
Remove LOADER_ZFS_SUPPORT as a Makefile variable LOADER_ZFS_SUPPORT is entirely used to select whether or not to support ZFS in the loader. But it's not a user-servicable part (MK_ZFS is what's used for that) Change it to the more conventional HAVE_ZFS and move the ZFS support code into loader.mk. In addition, only build ZFS libraries and boot loaders when ZFS is enabled. Sponsored by: Netflix
2017-11-10 23:54:31 +00:00
.
e
n
d
i
f
Reference in New Issue
Copy Permalink