From 9728842cf389c1308b69f2e3dfa2e1b1afaadb6e Mon Sep 17 00:00:00 2001 From: Bryan Drewery Date: Wed, 2 Dec 2015 05:31:01 +0000 Subject: [PATCH] META MODE: Connect MK_NAND directories. Sponsored by: EMC / Isilon Storage Division --- lib/libnandfs/Makefile.depend | 18 ++++++++++++++++++ sbin/nandfs/Makefile.depend | 19 +++++++++++++++++++ sbin/newfs_nandfs/Makefile.depend | 21 +++++++++++++++++++++ targets/pseudo/userland/Makefile.depend | 9 +++++++++ targets/pseudo/userland/lib/Makefile.depend | 4 ++++ usr.sbin/nandsim/Makefile.depend | 18 ++++++++++++++++++ usr.sbin/nandtool/Makefile.depend | 21 +++++++++++++++++++++ 7 files changed, 110 insertions(+) create mode 100644 lib/libnandfs/Makefile.depend create mode 100644 sbin/nandfs/Makefile.depend create mode 100644 sbin/newfs_nandfs/Makefile.depend create mode 100644 usr.sbin/nandsim/Makefile.depend create mode 100644 usr.sbin/nandtool/Makefile.depend diff --git a/lib/libnandfs/Makefile.depend b/lib/libnandfs/Makefile.depend new file mode 100644 index 000000000000..3646e2e2b1af --- /dev/null +++ b/lib/libnandfs/Makefile.depend @@ -0,0 +1,18 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + gnu/lib/csu \ + gnu/lib/libgcc \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + lib/libcompiler_rt \ + + +.include + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/sbin/nandfs/Makefile.depend b/sbin/nandfs/Makefile.depend new file mode 100644 index 000000000000..b17f6d6fc6ed --- /dev/null +++ b/sbin/nandfs/Makefile.depend @@ -0,0 +1,19 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + gnu/lib/csu \ + gnu/lib/libgcc \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + lib/libcompiler_rt \ + lib/libnandfs \ + + +.include + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/sbin/newfs_nandfs/Makefile.depend b/sbin/newfs_nandfs/Makefile.depend new file mode 100644 index 000000000000..851372cfd559 --- /dev/null +++ b/sbin/newfs_nandfs/Makefile.depend @@ -0,0 +1,21 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + gnu/lib/csu \ + gnu/lib/libgcc \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + lib/libcompiler_rt \ + lib/libexpat \ + lib/libgeom \ + lib/libsbuf \ + + +.include + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/targets/pseudo/userland/Makefile.depend b/targets/pseudo/userland/Makefile.depend index a31f646fd886..bb00e6f61f00 100644 --- a/targets/pseudo/userland/Makefile.depend +++ b/targets/pseudo/userland/Makefile.depend @@ -800,6 +800,15 @@ DIRDEPS+= \ ${DEP_RELDIR}/secure \ ${DEP_RELDIR}/share \ +.if ${MK_NAND} != "no" +DIRDEPS+= \ + sbin/nandfs \ + sbin/newfs_nandfs \ + usr.sbin/nandsim \ + usr.sbin/nandtool \ + +.endif + DIRDEPS.amd64= \ sbin/bsdlabel \ sbin/fdisk \ diff --git a/targets/pseudo/userland/lib/Makefile.depend b/targets/pseudo/userland/lib/Makefile.depend index 2cbde23a47e9..c5e2407ddc18 100644 --- a/targets/pseudo/userland/lib/Makefile.depend +++ b/targets/pseudo/userland/lib/Makefile.depend @@ -180,4 +180,8 @@ DIRDEPS+= \ .endif +.if ${MK_NAND} != "no" +DIRDEPS+= lib/libnandfs +.endif + .include diff --git a/usr.sbin/nandsim/Makefile.depend b/usr.sbin/nandsim/Makefile.depend new file mode 100644 index 000000000000..3646e2e2b1af --- /dev/null +++ b/usr.sbin/nandsim/Makefile.depend @@ -0,0 +1,18 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + gnu/lib/csu \ + gnu/lib/libgcc \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + lib/libcompiler_rt \ + + +.include + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/usr.sbin/nandtool/Makefile.depend b/usr.sbin/nandtool/Makefile.depend new file mode 100644 index 000000000000..851372cfd559 --- /dev/null +++ b/usr.sbin/nandtool/Makefile.depend @@ -0,0 +1,21 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + gnu/lib/csu \ + gnu/lib/libgcc \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + lib/libcompiler_rt \ + lib/libexpat \ + lib/libgeom \ + lib/libsbuf \ + + +.include + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif