summaryrefslogtreecommitdiffstats
path: root/sys/conf/files
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2007-07-05 07:04:17 +0000
committerpeter <peter@FreeBSD.org>2007-07-05 07:04:17 +0000
commitfc8ced3668791dde0e2167cb439a133d70f43c00 (patch)
tree72f91b0620cb697ff2a9624f271a7a0798b693bb /sys/conf/files
parent6a803636c5a3fefd905b79db713aa8fcadb7c828 (diff)
downloadFreeBSD-src-fc8ced3668791dde0e2167cb439a133d70f43c00.zip
FreeBSD-src-fc8ced3668791dde0e2167cb439a133d70f43c00.tar.gz
Compile pf/pf_subr.c and netnatm/cc_conn.c without -Werror for the time
being. Approved by: re (rwatson)
Diffstat (limited to 'sys/conf/files')
-rw-r--r--sys/conf/files4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/files b/sys/conf/files
index 2d5dbda..b9e9307 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -276,7 +276,7 @@ contrib/ipfilter/netinet/ip_sync.c optional ipfilter inet \
contrib/ipfilter/netinet/mlfk_ipl.c optional ipfilter inet \
compile-with "${NORMAL_C} -I$S/contrib/ipfilter"
contrib/ngatm/netnatm/api/cc_conn.c optional ngatm_ccatm \
- compile-with "${NORMAL_C} -I$S/contrib/ngatm"
+ compile-with "${NORMAL_C_NOWERROR} -I$S/contrib/ngatm"
contrib/ngatm/netnatm/api/cc_data.c optional ngatm_ccatm \
compile-with "${NORMAL_C} -I$S/contrib/ngatm"
contrib/ngatm/netnatm/api/cc_dump.c optional ngatm_ccatm \
@@ -336,7 +336,7 @@ contrib/pf/net/pf_osfp.c optional pf \
contrib/pf/net/pf_ruleset.c optional pf \
compile-with "${NORMAL_C} -I$S/contrib/pf"
contrib/pf/net/pf_subr.c optional pf \
- compile-with "${NORMAL_C} -I$S/contrib/pf"
+ compile-with "${NORMAL_C_NOWERROR} -I$S/contrib/pf"
contrib/pf/net/pf_table.c optional pf \
compile-with "${NORMAL_C} -I$S/contrib/pf"
contrib/pf/netinet/in4_cksum.c optional pf inet
OpenPOWER on IntegriCloud