075b75a28b
Due to its experimental nature, it's not yet connected to the build. Submitted by: Ilya Babulin
10 lines
92 B
Makefile
10 lines
92 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= sdiotool
|
|
SRCS= sdiotool.c
|
|
|
|
LIBADD= cam util
|
|
MAN=
|
|
|
|
.include <bsd.prog.mk>
|