From 6f7c7353004e2ff9709b326a4008ce8ea63d9270 Mon Sep 17 00:00:00 2001 From: gber Date: Thu, 17 May 2012 10:11:18 +0000 Subject: 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 --- sbin/Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'sbin/Makefile') diff --git a/sbin/Makefile b/sbin/Makefile index 0cb421f..fcdb567 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 -- cgit v1.1