]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/sdiotool/Makefile
Allow vdrop() of a vnode not yet on the per-mount list after r306512.
[FreeBSD/FreeBSD.git] / usr.bin / sdiotool / Makefile
1 # $FreeBSD$
2
3 PROG=   sdiotool
4 SRCS=   sdiotool.c
5
6 LIBADD= cam util
7 MAN=
8
9 .include <bsd.prog.mk>