diff options
Diffstat (limited to 'sbin/kldunload/Makefile')
-rw-r--r-- | sbin/kldunload/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/kldunload/Makefile b/sbin/kldunload/Makefile index 1a25a02..555ad6b 100644 --- a/sbin/kldunload/Makefile +++ b/sbin/kldunload/Makefile @@ -27,6 +27,7 @@ # PROG= kldunload +WARNS= 0 MAN= kldunload.8 .include <bsd.prog.mk> |