summaryrefslogtreecommitdiffstats
path: root/sbin/mdconfig/Makefile
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2004-09-16 21:32:13 +0000
committerpjd <pjd@FreeBSD.org>2004-09-16 21:32:13 +0000
commit67f6d067094954b0bec076f82bba09b9563b8135 (patch)
treec8eed432da84045183ce12e190d7155be6324b88 /sbin/mdconfig/Makefile
parent1c47cb72bb50879d79cc49b29b3f9263e55ee97a (diff)
downloadFreeBSD-src-67f6d067094954b0bec076f82bba09b9563b8135.zip
FreeBSD-src-67f6d067094954b0bec076f82bba09b9563b8135.tar.gz
- Make md(4) 64-bit clean.
After this change it should be possible to use very big md(4) devices. - Clean up and simplify the code a bit. - Use humanize_number(3) to print size of md(4) devices. - Add 't' suffix which stands for terabyte. - Make '-S' to really work with all types of devices. - Other minor changes.
Diffstat (limited to 'sbin/mdconfig/Makefile')
-rw-r--r--sbin/mdconfig/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/sbin/mdconfig/Makefile b/sbin/mdconfig/Makefile
index 3abf56b..1d5aff2 100644
--- a/sbin/mdconfig/Makefile
+++ b/sbin/mdconfig/Makefile
@@ -4,4 +4,7 @@ PROG= mdconfig
MAN= mdconfig.8
MLINKS= mdconfig.8 vnconfig.8
+DPADD= ${LIBUTIL}
+LDADD= -lutil
+
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud