From 28e979171a910b478a8b7cce9fd4a27c1f9b8ff4 Mon Sep 17 00:00:00 2001 From: ru Date: Sat, 21 Oct 2006 23:57:38 +0000 Subject: - Document the default disk block usage unit. - Add option -h, human-readable output. PR: docs/53732 --- usr.bin/quota/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin/quota/Makefile') diff --git a/usr.bin/quota/Makefile b/usr.bin/quota/Makefile index 666a3ba..a479402 100644 --- a/usr.bin/quota/Makefile +++ b/usr.bin/quota/Makefile @@ -4,7 +4,7 @@ PROG= quota BINOWN= root -DPADD= ${LIBRPCSVC} -LDADD= -lrpcsvc +DPADD= ${LIBRPCSVC} ${LIBUTIL} +LDADD= -lrpcsvc -lutil .include -- cgit v1.1