aboutsummaryrefslogtreecommitdiff
path: root/sbin/Makefile
diff options
context:
space:
mode:
authorGrzegorz Bernacki <gber@FreeBSD.org>2012-05-17 10:11:18 +0000
committerGrzegorz Bernacki <gber@FreeBSD.org>2012-05-17 10:11:18 +0000
commit7f725bcd5c9ca6cbae5eab5f38c65b16da86b37d (patch)
treea325137a898341311de8641f7212e28b7d87950e /sbin/Makefile
parentcac3dcd5f981d8843fb0acc27b4d28af1339af66 (diff)
downloadsrc-7f725bcd5c9ca6cbae5eab5f38c65b16da86b37d.tar.gz
src-7f725bcd5c9ca6cbae5eab5f38c65b16da86b37d.zip
Import work done under project/nand (@235533) into head.
The NAND Flash environment consists of several distinct components: - NAND framework (drivers harness for NAND controllers and NAND chips) - NAND simulator (NANDsim) - NAND file system (NAND FS) - Companion tools and utilities - Documentation (manual pages) This work is still experimental. Please use with caution. Obtained from: Semihalf Supported by: FreeBSD Foundation, Juniper Networks
Notes
Notes: svn path=/head/; revision=235537
Diffstat (limited to 'sbin/Makefile')
-rw-r--r--sbin/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/sbin/Makefile b/sbin/Makefile
index 0cb421f0d193..fcdb5672c53d 100644
--- a/sbin/Makefile
+++ b/sbin/Makefile
@@ -92,6 +92,11 @@ SUBDIR+= ipfw
SUBDIR+= natd
.endif
+.if ${MK_NAND} != "no"
+SUBDIR+= nandfs
+SUBDIR+= newfs_nandfs
+.endif
+
.if ${MK_PF} != "no"
SUBDIR+= pfctl
SUBDIR+= pflogd