summaryrefslogtreecommitdiffstats
path: root/sbin/bsdlabel/Makefile
diff options
context:
space:
mode:
authoruqs <uqs@FreeBSD.org>2011-03-10 08:24:33 +0000
committeruqs <uqs@FreeBSD.org>2011-03-10 08:24:33 +0000
commit1252bd6d410fc5802f5cc027326920e473031d78 (patch)
tree247ab0a9da0edbdd5eb67259c3208ea28d02046f /sbin/bsdlabel/Makefile
parentf218dc0c6f5ae84659b4be2ce804c9661c585432 (diff)
downloadFreeBSD-src-1252bd6d410fc5802f5cc027326920e473031d78.zip
FreeBSD-src-1252bd6d410fc5802f5cc027326920e473031d78.tar.gz
Widen fields that display partition offset/length.
This makes partitions between 50GiB and 2TiB (16TiB for 4k drives) print correctly aligned. While here, fix type of secsize. g_sectorsize() returns ssize_t, don't store this in an unsigned var. Bump WARNS to 6. MFC after: 4 weeks
Diffstat (limited to 'sbin/bsdlabel/Makefile')
-rw-r--r--sbin/bsdlabel/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/sbin/bsdlabel/Makefile b/sbin/bsdlabel/Makefile
index c06d260..e51e928 100644
--- a/sbin/bsdlabel/Makefile
+++ b/sbin/bsdlabel/Makefile
@@ -12,7 +12,6 @@ LINKS= ${BINDIR}/bsdlabel ${BINDIR}/disklabel
MLINKS= bsdlabel.8 disklabel.8
.endif
-WARNS?= 2
DPADD= ${LIBGEOM} ${LIBBSDXML} ${LIBSBUF}
LDADD= -lgeom -lbsdxml -lsbuf
OpenPOWER on IntegriCloud