Sync usage with man page.
[netbsd-mini2440.git] / dist / smbfs / config.mk.in
blob2d43d059d472cb826979a431a183deca19356f38
1 # SMBFS build configuration
2 # copy this file to config.mk and edit as needed.
3 # If you want to disable an option just comment it with '#' char.
5 # from: Id: config.mk.in,v 1.16 2001/04/16 04:34:26 bp Exp
7 # Where your kernel source tree located (/usr/src/sys for example)
8 SYSDIR=/usr/src/sys
10 # Where the kernel module gets installed
11 KMODDIR=/modules
13 # Where all files get installed
14 PREFIX?=/usr/local
16 # Build shared smb library, or link all executables statically
17 USE_SHAREDLIBS=no
19 # Comment this to disable support for encrypted passwords (requires
20 # src/sys/crypto directory). By default, NT and Win* machines use encrypted
21 # passwords.
22 ENCRYPTED_PASSWD=yes
24 # Uncomment this option if kernel compiled with SMP suppport.
25 # SMP_SUPPORT=
27 # This turns on debug logging, be careful - it produces a lot of kernel
28 # messages.
29 #KDEBUG+= -DSMB_SOCKET_DEBUG
30 #KDEBUG+= -DSMB_SOCKETDATA_DEBUG
31 #KDEBUG+= -DSMB_VNODE_DEBUG
33 # Compile binaries with debugging symbols
34 #SMBGDB=yes
36 # Build kernel module (don't touch that)
37 SINGLEKLD=yes