diff options
author | pjd <pjd@FreeBSD.org> | 2004-06-21 09:20:06 +0000 |
---|---|---|
committer | pjd <pjd@FreeBSD.org> | 2004-06-21 09:20:06 +0000 |
commit | df25a03253a20d8e3c15cf5f78ef28f49b58cb68 (patch) | |
tree | 2ba28a4c22ea881aede397b278e71cb9e31f89a0 /sbin/ggate/ggatel | |
parent | 78f7239eeff11e3426eb42dbc8ead64e270b98ad (diff) | |
download | FreeBSD-src-df25a03253a20d8e3c15cf5f78ef28f49b58cb68.zip FreeBSD-src-df25a03253a20d8e3c15cf5f78ef28f49b58cb68.tar.gz |
Print mediasize in human readable form as well.
Diffstat (limited to 'sbin/ggate/ggatel')
-rw-r--r-- | sbin/ggate/ggatel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/ggate/ggatel/Makefile b/sbin/ggate/ggatel/Makefile index 8fb25fa..604a754 100644 --- a/sbin/ggate/ggatel/Makefile +++ b/sbin/ggate/ggatel/Makefile @@ -9,7 +9,7 @@ SRCS= ggatel.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> |