summaryrefslogtreecommitdiffstats
path: root/sbin/bsdlabel/Makefile
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2002-04-07 10:57:00 +0000
committerphk <phk@FreeBSD.org>2002-04-07 10:57:00 +0000
commit8823e26b953e91a0ca9a92f9f4834d9a3d1e1d7e (patch)
tree6e614a53254aa17afd44701e26d4668f3f3a6209 /sbin/bsdlabel/Makefile
parent047f09c6ae9e5d331898e158d548f23ef165899d (diff)
downloadFreeBSD-src-8823e26b953e91a0ca9a92f9f4834d9a3d1e1d7e.zip
FreeBSD-src-8823e26b953e91a0ca9a92f9f4834d9a3d1e1d7e.tar.gz
Get us to WARNS=2 with a bit of constification and some printf fiddling.
Pick up the c-partitions magicness from sys/disklabel.h instead of defining our own magicness for it, remove trivial comment. Sponsored by: DARPA and NAI Labs.
Diffstat (limited to 'sbin/bsdlabel/Makefile')
-rw-r--r--sbin/bsdlabel/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/bsdlabel/Makefile b/sbin/bsdlabel/Makefile
index 932bcd5..788d0ed 100644
--- a/sbin/bsdlabel/Makefile
+++ b/sbin/bsdlabel/Makefile
@@ -8,6 +8,6 @@ MAN= disklabel.5 disklabel.8
.if ${MACHINE} == "pc98"
CFLAGS+= -DPC98
.endif
-WARNS= 0
+WARNS= 2
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud