]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/dpv/Makefile
MFV r348555: 9690 metaslab of vdev with no space maps was flushed during removal
[FreeBSD/FreeBSD.git] / usr.bin / dpv / Makefile
1 # $FreeBSD$
2
3 PROG=           dpv
4
5 CFLAGS+=        -I${.CURDIR}
6
7 LIBADD=         dpv dialog
8
9 WARNS?=         6
10
11 .include <bsd.prog.mk>