11592Srgrimes# SMBFS build configuration
215645Sjoerg# copy this file to config.mk and edit as needed.
315645Sjoerg# If you want to disable an option just comment it with '#' char.
41592Srgrimes#
51592Srgrimes# $Id: config.mk.in,v 1.16 2001/04/16 04:34:26 bp Exp $
61592Srgrimes
71592Srgrimes# Where your kernel source tree located (/usr/src/sys for example)
81592SrgrimesSYSDIR=/usr/src/sys
91592Srgrimes
101592Srgrimes# Where the kernel module gets installed
111592SrgrimesKMODDIR=/modules
121592Srgrimes
131592Srgrimes# Where all files get installed
141592SrgrimesPREFIX?=/usr/local
151592Srgrimes
161592Srgrimes# Build shared smb library, or link all executables statically
171592SrgrimesUSE_SHAREDLIBS=no
181592Srgrimes
191592Srgrimes# Comment this to disable support for encrypted passwords (requires
201592Srgrimes# src/sys/crypto directory). By default, NT and Win* machines use encrypted
211592Srgrimes# passwords.
221592SrgrimesENCRYPTED_PASSWD=yes
231592Srgrimes
241592Srgrimes# Uncomment this option if kernel compiled with SMP suppport.
251592Srgrimes# SMP_SUPPORT=
261592Srgrimes
271592Srgrimes# This turns on debug logging, be careful - it produces a lot of kernel
281592Srgrimes# messages.
291592Srgrimes#KDEBUG+= -DSMB_SOCKET_DEBUG
301592Srgrimes#KDEBUG+= -DSMB_SOCKETDATA_DEBUG
311592Srgrimes#KDEBUG+= -DSMB_VNODE_DEBUG
321592Srgrimes
331592Srgrimes# Compile binaries with debugging symbols
341592Srgrimes#SMBGDB=yes
3531331Scharnier
3615645Sjoerg# Build kernel module (don't touch that)
3715645SjoergSINGLEKLD=yes
381592Srgrimes