1.include <src.opts.mk>
2
3PACKAGE=nvme-tools
4PROG=	nvmfdd
5CFLAGS+= -I${SRCTOP}/lib/libnvmf
6MAN=
7LIBADD+= nvmf
8
9.include <bsd.prog.mk>
10