187866Ssheldonh# SMBFS build configuration
287866Ssheldonh# copy this file to config.mk and edit as needed.
387866Ssheldonh# If you want to disable an option just comment it with '#' char.
487866Ssheldonh#
587866Ssheldonh# $Id: config.mk.in,v 1.16 2001/04/16 04:34:26 bp Exp $
687866Ssheldonh
787866Ssheldonh# Where your kernel source tree located (/usr/src/sys for example)
887866SsheldonhSYSDIR=/usr/src/sys
987866Ssheldonh
1087866Ssheldonh# Where the kernel module gets installed
1187866SsheldonhKMODDIR=/modules
1287866Ssheldonh
1387866Ssheldonh# Where all files get installed
1487866SsheldonhPREFIX?=/usr/local
1587866Ssheldonh
1687866Ssheldonh# Build shared smb library, or link all executables statically
1787866SsheldonhUSE_SHAREDLIBS=no
1887866Ssheldonh
1987866Ssheldonh# Comment this to disable support for encrypted passwords (requires
2087866Ssheldonh# src/sys/crypto directory). By default, NT and Win* machines use encrypted
2187866Ssheldonh# passwords.
2287866SsheldonhENCRYPTED_PASSWD=yes
2387866Ssheldonh
2487866Ssheldonh# Uncomment this option if kernel compiled with SMP suppport.
2587866Ssheldonh# SMP_SUPPORT=
2687866Ssheldonh
2787866Ssheldonh# This turns on debug logging, be careful - it produces a lot of kernel
2887866Ssheldonh# messages.
2987866Ssheldonh#KDEBUG+= -DSMB_SOCKET_DEBUG
3087866Ssheldonh#KDEBUG+= -DSMB_SOCKETDATA_DEBUG
3187866Ssheldonh#KDEBUG+= -DSMB_VNODE_DEBUG
3287866Ssheldonh
3387866Ssheldonh# Compile binaries with debugging symbols
3487866Ssheldonh#SMBGDB=yes
3587866Ssheldonh
3687866Ssheldonh# Build kernel module (don't touch that)
3787866SsheldonhSINGLEKLD=yes
38