diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2001-12-04 02:19:58 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2001-12-04 02:19:58 +0000 |
| commit | 2d68bf45bfd846af100054ea94cdce64e298eb01 (patch) | |
| tree | e310d81d0274f70e39b1ca6e572c855c93bfb84d /sbin/kldunload | |
| parent | a748290789444352877e207721a7db215206cc9a (diff) | |
Notes
Diffstat (limited to 'sbin/kldunload')
| -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 1a25a02351be3..555ad6b793831 100644 --- a/sbin/kldunload/Makefile +++ b/sbin/kldunload/Makefile @@ -27,6 +27,7 @@ # PROG= kldunload +WARNS= 0 MAN= kldunload.8 .include <bsd.prog.mk> |
