diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2017-05-09 20:43:57 +0000 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2017-05-09 20:43:57 +0000 |
commit | a850f010859e68602443d35fc73e816262fb7bf4 (patch) | |
tree | 6d9d7f2cac38db358895bde52b4b1cf834aec2c8 /sbin/zfsbootcfg | |
parent | 1b6eb1f305114ef933cb98416cc0d1d4fad091ed (diff) | |
download | FreeBSD-src-a850f010859e68602443d35fc73e816262fb7bf4.zip FreeBSD-src-a850f010859e68602443d35fc73e816262fb7bf4.tar.gz |
DIRDEPS_BUILD: Connect new directories.
This is a direct commit since MFCing these changes is impractical.
Sponsored by: Dell EMC Isilon
Diffstat (limited to 'sbin/zfsbootcfg')
-rw-r--r-- | sbin/zfsbootcfg/Makefile.depend | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/sbin/zfsbootcfg/Makefile.depend b/sbin/zfsbootcfg/Makefile.depend new file mode 100644 index 0000000..b1a2eff --- /dev/null +++ b/sbin/zfsbootcfg/Makefile.depend @@ -0,0 +1,32 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + cddl/lib/libavl \ + cddl/lib/libnvpair \ + cddl/lib/libumem \ + cddl/lib/libuutil \ + cddl/lib/libzfs \ + cddl/lib/libzfs_core \ + gnu/lib/csu \ + gnu/lib/libgcc \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + lib/libcompiler_rt \ + lib/libexpat \ + lib/libgeom \ + lib/libmd \ + lib/libsbuf \ + lib/libthr \ + lib/libutil \ + lib/libz \ + lib/msun \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif |