freebsd-dev/tools/regression/ufs/uprintf/Makefile
Robert Watson 5334bbba91 Small regression test tool to generate two forms of ENOSPC on a file
system: out of blocks, and out of inodes.  Useful for exercising the
uprintf(9) calls in UFS/ext2fs in order to detect races.
2005-09-19 16:29:36 +00:00

8 lines
72 B
Makefile

# $FreeBSD$
PROG= ufs_uprintf
WARNS= 3
NO_MAN=
.include <bsd.prog.mk>