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