1# $FreeBSD$
2
3PROG=	nandsim
4SRCS=	nandsim.c nandsim_rcfile.c nandsim_cfgparse.c
5BINDIR=	/usr/sbin
6MAN=	nandsim.8
7
8.include <bsd.prog.mk>
9