diff options
author | Dima Dorfman <dd@FreeBSD.org> | 2001-07-15 10:30:46 +0000 |
---|---|---|
committer | Dima Dorfman <dd@FreeBSD.org> | 2001-07-15 10:30:46 +0000 |
commit | b91c884fda0a18e8d23b3adfab84fd340efafdc6 (patch) | |
tree | 5839506a1488434bf32a26a212d6ee5a6d749556 /sbin/kldload | |
parent | 02c4d9cff73117df900a5e94f301934732a27c0a (diff) | |
download | src-test2-b91c884fda0a18e8d23b3adfab84fd340efafdc6.tar.gz src-test2-b91c884fda0a18e8d23b3adfab84fd340efafdc6.zip |
Notes
Diffstat (limited to 'sbin/kldload')
-rw-r--r-- | sbin/kldload/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/kldload/Makefile b/sbin/kldload/Makefile index 05ad5bab82c0..6e9e17ddc493 100644 --- a/sbin/kldload/Makefile +++ b/sbin/kldload/Makefile @@ -27,6 +27,7 @@ # PROG= kldload +WARNS?= 2 MAN= kldload.8 .include <bsd.prog.mk> |