svn commit: r235213 - projects/nand/usr.sbin

Grzegorz Bernacki gber at FreeBSD.org
Thu May 10 08:03:00 UTC 2012


Author: gber
Date: Thu May 10 08:02:59 2012
New Revision: 235213
URL: http://svn.freebsd.org/changeset/base/235213

Log:
  nand: Add userspace tools to Makefile
  
  Obtained from: Semihalf
  Supported by:  FreeBSD Foundation, Juniper Networks

Modified:
  projects/nand/usr.sbin/Makefile

Modified: projects/nand/usr.sbin/Makefile
==============================================================================
--- projects/nand/usr.sbin/Makefile	Thu May 10 04:11:39 2012	(r235212)
+++ projects/nand/usr.sbin/Makefile	Thu May 10 08:02:59 2012	(r235213)
@@ -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


More information about the svn-src-projects mailing list