]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - usr.sbin/nandsim/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / usr.sbin / nandsim / Makefile
1 # $FreeBSD$
2
3 PROG=   nandsim
4 SRCS=   nandsim.c nandsim_rcfile.c nandsim_cfgparse.c
5 BINDIR= /usr/sbin
6 MAN=    nandsim.8
7
8 .include <bsd.prog.mk>