Fix build; explicitly disable kernel module build if it is not specified.

Update MANN accordingly.
This commit is contained in:
Bruce M Simpson 2006-11-05 09:51:31 +00:00
parent d39595d3da
commit de8871f814
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=176455

View File

@ -110,8 +110,8 @@ PLIST_SUB+= XMLCLICK="@comment "
.if !defined(WITH_USERCLICK)
CONFIGURE_ARGS+= --disable-userlevel
.else
MANN+= IPFlowRawSockets.n
#.else
#MANN+= IPFlowRawSockets.n
.endif
.if defined(WITH_KERNEL_MODULE)
@ -120,6 +120,8 @@ IGNORE= kernel source files required
.endif
CONFIGURE_ARGS+= --enable-bsdmodule \
--with-freebsd=${SRC_BASE}/sys,${INC_BASE}
.else
CONFIGURE_ARGS+= --disable-bsdmodule
.endif
.if defined(WITH_ANALYSIS_ELEMS)