netinet{,6}: Assert in{,6}_inithead() are only used for system routing tables.
[dragonfly.git] / contrib / smbfs / config.mk.in
CommitLineData
984263bc
MD
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.
4#
5# $Id: config.mk.in,v 1.16 2001/04/16 04:34:26 bp Exp $
6
7# Where your kernel source tree located (/usr/src/sys for example)
8SYSDIR=/usr/src/sys
9
10# Where the kernel module gets installed
11KMODDIR=/modules
12
13# Where all files get installed
14PREFIX?=/usr/local
15
16# Build shared smb library, or link all executables statically
17USE_SHAREDLIBS=no
18
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.
22ENCRYPTED_PASSWD=yes
23
24# Uncomment this option if kernel compiled with SMP suppport.
25# SMP_SUPPORT=
26
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
32
33# Compile binaries with debugging symbols
34#SMBGDB=yes
35
36# Build kernel module (don't touch that)
37SINGLEKLD=yes