diff options
| author | John Birrell <jb@FreeBSD.org> | 2007-11-19 00:19:01 +0000 |
|---|---|---|
| committer | John Birrell <jb@FreeBSD.org> | 2007-11-19 00:19:01 +0000 |
| commit | 9538bab38b926fccdaaa67f5845c2ffdf7994ce6 (patch) | |
| tree | 31962b25e1aad6fbcdb2dcfe703a83c7d97b2a15 /sbin/devd | |
| parent | f378c687dafa30b6142c7a35b8a3e66afd871e76 (diff) | |
Notes
Diffstat (limited to 'sbin/devd')
| -rw-r--r-- | sbin/devd/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sbin/devd/Makefile b/sbin/devd/Makefile index 8f52d902782c..43990b41af6f 100644 --- a/sbin/devd/Makefile +++ b/sbin/devd/Makefile @@ -3,7 +3,9 @@ PROG_CXX=devd SRCS= devd.cc token.l parse.y y.tab.h MAN= devd.8 devd.conf.5 -WARNS?= 4 + +WARNS= 0 +#WARNS?= 4 NO_SHARED?=YES |
