]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - sbin/nvmecontrol/Makefile
MFC r252266:
[FreeBSD/stable/9.git] / sbin / nvmecontrol / Makefile
1 # $FreeBSD$
2
3 PROG=   nvmecontrol
4 SRCS=   nvmecontrol.c devlist.c identify.c
5 MAN=    nvmecontrol.8
6
7 .include <bsd.prog.mk>