diff options
Diffstat (limited to 'sbin/badsect/Makefile')
-rw-r--r-- | sbin/badsect/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/badsect/Makefile b/sbin/badsect/Makefile index 17bcc86..24224f4 100644 --- a/sbin/badsect/Makefile +++ b/sbin/badsect/Makefile @@ -2,6 +2,7 @@ # $FreeBSD$ PROG= badsect +WARNS= 0 MAN= badsect.8 .include <bsd.prog.mk> |