]> CyberLeo.Net >> Repos - FreeBSD/releng/10.3.git/blob - usr.sbin/nandsim/Makefile
- Copy stable/10@296371 to releng/10.3 in preparation for 10.3-RC1
[FreeBSD/releng/10.3.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>