diff options
Diffstat (limited to 'cddl/lib/libctf')
-rw-r--r-- | cddl/lib/libctf/Makefile.depend | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cddl/lib/libctf/Makefile.depend b/cddl/lib/libctf/Makefile.depend index fea4fa0..dcff6f9 100644 --- a/cddl/lib/libctf/Makefile.depend +++ b/cddl/lib/libctf/Makefile.depend @@ -5,11 +5,13 @@ DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} DEP_MACHINE := ${.PARSEFILE:E} DIRDEPS = \ + gnu/lib/libgcc \ include \ include/xlocale \ lib/${CSU_DIR} \ lib/libc \ lib/libelf \ + lib/libz \ .include <dirdeps.mk> |