freebsd-src/usr.sbin/quot/Makefile
Dag-Erling Smørgrav aa870a1935 quot: Add tests
To facilitate the task, we change the comparison function so that users
with equal filesystem usage are sorted by UID, and add an undocumented
option that prevents quot from replacing numerical UIDs with names.  We
also switch from getfsfile(3) to getmntpoint(3) so the first line is
identical regardless of whether we pass quot a mountpoint or a device.

Reviewed by:	markj
Differential Revision:	https://reviews.freebsd.org/D53133
2025-10-17 13:55:12 +02:00

9 lines
129 B
Makefile

.include <src.opts.mk>
PROG= quot
MAN= quot.8
LIBADD= ufs util
HAS_TESTS=
SUBDIR.${MK_TESTS}= tests
.include <bsd.prog.mk>