summaryrefslogtreecommitdiffstats
path: root/contrib/smbfs/config.mk.in
diff options
context:
space:
mode:
authorsheldonh <sheldonh@FreeBSD.org>2001-12-14 11:06:03 +0000
committersheldonh <sheldonh@FreeBSD.org>2001-12-14 11:06:03 +0000
commit4e260b134ff188548ec2c8a16a37570a4abf1257 (patch)
tree672d7786f89ed3b67f221098cb86cf0bc53ad5e3 /contrib/smbfs/config.mk.in
downloadFreeBSD-src-4e260b134ff188548ec2c8a16a37570a4abf1257.zip
FreeBSD-src-4e260b134ff188548ec2c8a16a37570a4abf1257.tar.gz
Import smbfs-1.4.1.
This is Boris Popov's SMB/CIFS file system implementation for FreeBSD. Obtained from: Boris Popov via ftp://ftp.butya.kz/pub/smbfs/
Diffstat (limited to 'contrib/smbfs/config.mk.in')
-rw-r--r--contrib/smbfs/config.mk.in37
1 files changed, 37 insertions, 0 deletions
diff --git a/contrib/smbfs/config.mk.in b/contrib/smbfs/config.mk.in
new file mode 100644
index 0000000..328a115
--- /dev/null
+++ b/contrib/smbfs/config.mk.in
@@ -0,0 +1,37 @@
+# SMBFS build configuration
+# copy this file to config.mk and edit as needed.
+# If you want to disable an option just comment it with '#' char.
+#
+# $Id: config.mk.in,v 1.16 2001/04/16 04:34:26 bp Exp $
+
+# Where your kernel source tree located (/usr/src/sys for example)
+SYSDIR=/usr/src/sys
+
+# Where the kernel module gets installed
+KMODDIR=/modules
+
+# Where all files get installed
+PREFIX?=/usr/local
+
+# Build shared smb library, or link all executables statically
+USE_SHAREDLIBS=no
+
+# Comment this to disable support for encrypted passwords (requires
+# src/sys/crypto directory). By default, NT and Win* machines use encrypted
+# passwords.
+ENCRYPTED_PASSWD=yes
+
+# Uncomment this option if kernel compiled with SMP suppport.
+# SMP_SUPPORT=
+
+# This turns on debug logging, be careful - it produces a lot of kernel
+# messages.
+#KDEBUG+= -DSMB_SOCKET_DEBUG
+#KDEBUG+= -DSMB_SOCKETDATA_DEBUG
+#KDEBUG+= -DSMB_VNODE_DEBUG
+
+# Compile binaries with debugging symbols
+#SMBGDB=yes
+
+# Build kernel module (don't touch that)
+SINGLEKLD=yes
OpenPOWER on IntegriCloud