mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-28 15:32:45 +00:00
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>
|