aboutsummaryrefslogtreecommitdiff
path: root/sbin/mdconfig/Makefile
diff options
context:
space:
mode:
authorPawel Jakub Dawidek <pjd@FreeBSD.org>2004-09-16 21:32:13 +0000
committerPawel Jakub Dawidek <pjd@FreeBSD.org>2004-09-16 21:32:13 +0000
commitb830359bc58e3733d84002a4e2c438c378ff5b30 (patch)
treec8eed432da84045183ce12e190d7155be6324b88 /sbin/mdconfig/Makefile
parentfdbe44b0cda0f2b6909099d898a99aa84079d569 (diff)
downloadsrc-b830359bc58e3733d84002a4e2c438c378ff5b30.tar.gz
src-b830359bc58e3733d84002a4e2c438c378ff5b30.zip
- 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.
Notes
Notes: svn path=/head/; revision=135340
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 3abf56b74a8e..1d5aff263653 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>