]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/sdiotool/Makefile
Upgrade our copies of clang, llvm, lld, lldb, compiler-rt and libc++ to
[FreeBSD/FreeBSD.git] / usr.bin / sdiotool / Makefile
1 # $FreeBSD$
2
3 PROG=   sdiotool
4 SRCS=   sdiotool.c cam_sdio.c linux_sdio_compat.c
5
6 LIBADD= cam util
7 MAN=
8
9 .include <bsd.prog.mk>