diff options
| author | Sean Bruno <sbruno@FreeBSD.org> | 2014-02-25 18:00:55 +0000 |
|---|---|---|
| committer | Sean Bruno <sbruno@FreeBSD.org> | 2014-02-25 18:00:55 +0000 |
| commit | 4477cac768ea34b38cd5baa929f2110d4d5564a1 (patch) | |
| tree | c2ef5c3ab94fd30d00f176bc2782d8164f91be96 | |
| parent | 419749b63a2c4d26283c95d7135a2629cdebc149 (diff) | |
Notes
| -rw-r--r-- | sys/boot/userboot/userboot/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/boot/userboot/userboot/Makefile b/sys/boot/userboot/userboot/Makefile index b3bba107f5ba..5cce1fd6bcfc 100644 --- a/sys/boot/userboot/userboot/Makefile +++ b/sys/boot/userboot/userboot/Makefile @@ -51,10 +51,12 @@ LIBFICL= ${.OBJDIR}/../ficl/libficl.a LIBSTAND= ${.OBJDIR}/../libstand/libstand.a .endif +.if ${MK_CDDL} != "no" .if ${MK_ZFS} != "no" CFLAGS+= -DUSERBOOT_ZFS_SUPPORT LIBZFS= ${.OBJDIR}/../zfs/libzfsboot.a .endif +.endif # Always add MI sources .PATH: ${.CURDIR}/../../common |
