diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2004-10-24 10:42:15 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2004-10-24 10:42:15 +0000 |
| commit | 7475b21fcc2ff989cdeec9c9ebfdf420ed57c71e (patch) | |
| tree | 4c8767ac3b076933fe9bede842198120e2857872 /lib | |
| parent | 30fdf276fb11180c274a4def8373358aae673301 (diff) | |
Notes
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/libsmb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libsmb/Makefile b/lib/libsmb/Makefile index 392d265decdd..7a4e2ea8fd11 100644 --- a/lib/libsmb/Makefile +++ b/lib/libsmb/Makefile @@ -12,7 +12,7 @@ SRCS= rcfile.c ctx.c cfopt.c subr.c nls.c rap.c mbuf.c rq.c file.c \ kiconv.c \ nb.c nb_name.c nb_net.c nbns_rq.c -WARNS?= 2 +WARNS?= 1 CFLAGS+= -DSMB_CFG_FILE=\"/etc/nsmb.conf\" -I${CONTRIBDIR}/include .include <bsd.lib.mk> |
