freebsd-dev/usr.sbin/nandsim/Makefile
Grzegorz Bernacki 7f725bcd5c 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
2012-05-17 10:11:18 +00:00

9 lines
136 B
Makefile

# $FreeBSD$
PROG= nandsim
SRCS= nandsim.c nandsim_rcfile.c nandsim_cfgparse.c
BINDIR= /usr/sbin
MAN= nandsim.8
.include <bsd.prog.mk>