1
2PROG=	sdiotool
3SRCS=	sdiotool.c cam_sdio.c linux_sdio_compat.c
4
5LIBADD= cam util
6MAN=
7
8.include <bsd.prog.mk>
9