diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2007-10-09 23:31:11 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2007-10-09 23:31:11 +0000 |
commit | 946367b8e29f567f4d24c3553de8cbe925a0ade3 (patch) | |
tree | b7ca891b36f892551fbd2415b0541698736bf095 /cddl/lib/Makefile | |
parent | 8846f7d29664d208350ca803c859f03ceddad1a4 (diff) |
Notes
Diffstat (limited to 'cddl/lib/Makefile')
-rw-r--r-- | cddl/lib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cddl/lib/Makefile b/cddl/lib/Makefile index f517dfe109d12..522dda7331f41 100644 --- a/cddl/lib/Makefile +++ b/cddl/lib/Makefile @@ -11,7 +11,7 @@ SUBDIR= libavl \ .if ${MK_ZFS} != "no" _libzfs= libzfs -.if ${MK_LIBTHR} != "no" || ${MK_LIBKSE} != "no" || ${MK_LIBPTHREAD} != "no" +.if ${MK_LIBTHR} != "no" || ${MK_LIBKSE} != "no" _libzpool= libzpool .endif .endif |