5334bbba91
system: out of blocks, and out of inodes. Useful for exercising the uprintf(9) calls in UFS/ext2fs in order to detect races.
8 lines
72 B
Makefile
8 lines
72 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= ufs_uprintf
|
|
WARNS= 3
|
|
NO_MAN=
|
|
|
|
.include <bsd.prog.mk>
|