aboutsummaryrefslogtreecommitdiff
path: root/sbin/bsdlabel/Makefile
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2002-04-07 10:57:00 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2002-04-07 10:57:00 +0000
commit6b0ff5f596e5cabfbacb0f59e193232cbd6c7322 (patch)
tree6e614a53254aa17afd44701e26d4668f3f3a6209 /sbin/bsdlabel/Makefile
parent05172ec004b35835a04cf9ac2c55f844da9ab971 (diff)
downloadsrc-6b0ff5f596e5cabfbacb0f59e193232cbd6c7322.tar.gz
src-6b0ff5f596e5cabfbacb0f59e193232cbd6c7322.zip
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.
Notes
Notes: svn path=/head/; revision=94065
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 932bcd5ded1a..788d0ede110a 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>