freebsd-skq/usr.bin/sdiotool/Makefile
imp 075b75a28b Added new tool for doing experiments with SDIO card.
Due to its experimental nature, it's not yet connected to the build.

Submitted by: Ilya Babulin
2017-07-09 17:05:48 +00:00

10 lines
92 B
Makefile

# $FreeBSD$
PROG= sdiotool
SRCS= sdiotool.c
LIBADD= cam util
MAN=
.include <bsd.prog.mk>