diff options
| author | Warner Losh <imp@FreeBSD.org> | 2017-11-10 23:54:31 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2017-11-10 23:54:31 +0000 |
| commit | 4e8fc5c539df16fbb2c57428a429a5f95ad8d13d (patch) | |
| tree | b05165bcbf3cc362bb583e731804e6d94e9056eb /sys/boot/Makefile.amd64 | |
| parent | 1f9ecdf78f7535e19ad1a58c744e3f62f4bc9032 (diff) | |
Notes
Diffstat (limited to 'sys/boot/Makefile.amd64')
| -rw-r--r-- | sys/boot/Makefile.amd64 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/boot/Makefile.amd64 b/sys/boot/Makefile.amd64 index 08f9f50d88d4..abecaa685022 100644 --- a/sys/boot/Makefile.amd64 +++ b/sys/boot/Makefile.amd64 @@ -1,7 +1,9 @@ # $FreeBSD$ SUBDIR+= libsa32 +.if ${MK_ZFS} != "no" SUBDIR+= zfs zfs32 +.endif .if ${MK_FORTH} != "no" SUBDIR+= ficl32 .endif |
