aboutsummaryrefslogtreecommitdiff
path: root/sbin/badsect/Makefile
diff options
context:
space:
mode:
authorJohan Karlsson <johan@FreeBSD.org>2003-02-22 21:33:42 +0000
committerJohan Karlsson <johan@FreeBSD.org>2003-02-22 21:33:42 +0000
commit6fb6bfcbad5ef7d77697d5cca73b8530d7f4690a (patch)
treee437a07b66b151c7f086654e4a1896f4b355aea8 /sbin/badsect/Makefile
parenta23c6aee4d897725dfaf22a08b3dc53c334c7e70 (diff)
downloadsrc-6fb6bfcbad5ef7d77697d5cca73b8530d7f4690a.tar.gz
src-6fb6bfcbad5ef7d77697d5cca73b8530d7f4690a.zip
Remove unused variable to make badsect WARNS=2 clean.
Notes
Notes: svn path=/head/; revision=111265
Diffstat (limited to 'sbin/badsect/Makefile')
-rw-r--r--sbin/badsect/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/sbin/badsect/Makefile b/sbin/badsect/Makefile
index 712bc053fcb5..a39227716b77 100644
--- a/sbin/badsect/Makefile
+++ b/sbin/badsect/Makefile
@@ -4,7 +4,6 @@
PROG= badsect
DPADD= ${LIBUFS}
LDADD= -lufs
-WARNS= 0
MAN= badsect.8
.include <bsd.prog.mk>