summaryrefslogtreecommitdiffstats
path: root/targets
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2015-12-02 05:31:01 +0000
committerbdrewery <bdrewery@FreeBSD.org>2015-12-02 05:31:01 +0000
commitdb81874b1ab1cb6a5d7143247f48aae453d4e877 (patch)
tree1dc033e76ecec348fdce0dd498e7328d9ffb2ac4 /targets
parenta7b085c36d47c16edb7e9ef388fa725e7c4092b8 (diff)
downloadFreeBSD-src-db81874b1ab1cb6a5d7143247f48aae453d4e877.zip
FreeBSD-src-db81874b1ab1cb6a5d7143247f48aae453d4e877.tar.gz
META MODE: Connect MK_NAND directories.
Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'targets')
-rw-r--r--targets/pseudo/userland/Makefile.depend9
-rw-r--r--targets/pseudo/userland/lib/Makefile.depend4
2 files changed, 13 insertions, 0 deletions
diff --git a/targets/pseudo/userland/Makefile.depend b/targets/pseudo/userland/Makefile.depend
index a31f646..bb00e6f 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 2cbde23..c5e2407 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 <dirdeps.mk>
OpenPOWER on IntegriCloud