summaryrefslogtreecommitdiffstats
path: root/sbin/ggate/ggatec
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2004-06-21 09:20:06 +0000
committerpjd <pjd@FreeBSD.org>2004-06-21 09:20:06 +0000
commitdf25a03253a20d8e3c15cf5f78ef28f49b58cb68 (patch)
tree2ba28a4c22ea881aede397b278e71cb9e31f89a0 /sbin/ggate/ggatec
parent78f7239eeff11e3426eb42dbc8ead64e270b98ad (diff)
downloadFreeBSD-src-df25a03253a20d8e3c15cf5f78ef28f49b58cb68.zip
FreeBSD-src-df25a03253a20d8e3c15cf5f78ef28f49b58cb68.tar.gz
Print mediasize in human readable form as well.
Diffstat (limited to 'sbin/ggate/ggatec')
-rw-r--r--sbin/ggate/ggatec/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/ggate/ggatec/Makefile b/sbin/ggate/ggatec/Makefile
index e545dff..5674aa1 100644
--- a/sbin/ggate/ggatec/Makefile
+++ b/sbin/ggate/ggatec/Makefile
@@ -9,7 +9,7 @@ SRCS= ggatec.c ggate.c
CFLAGS+= -DLIBGEOM
CFLAGS+= -I${.CURDIR}/../shared
-DPADD= ${LIBGEOM} ${LIBSBUF} ${LIBBSDXML}
-LDADD= -lgeom -lsbuf -lbsdxml
+DPADD= ${LIBGEOM} ${LIBSBUF} ${LIBBSDXML} ${LIBUTIL}
+LDADD= -lgeom -lsbuf -lbsdxml -lutil
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud