aboutsummaryrefslogtreecommitdiff
path: root/usr.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 /usr.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 'usr.sbin/Makefile')
-rw-r--r--usr.sbin/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile
index 68b82e7a060d..ded1725cb52d 100644
--- a/usr.sbin/Makefile
+++ b/usr.sbin/Makefile
@@ -223,6 +223,11 @@ SUBDIR+= lpr
SUBDIR+= manctl
.endif
+.if ${MK_NAND} != "no"
+SUBDIR+= nandsim
+SUBDIR+= nandtool
+.endif
+
.if ${MK_NETGRAPH} != "no"
SUBDIR+= flowctl
SUBDIR+= lmcconfig