diff options
author | harti <harti@FreeBSD.org> | 2003-10-27 11:19:08 +0000 |
---|---|---|
committer | harti <harti@FreeBSD.org> | 2003-10-27 11:19:08 +0000 |
commit | e6e4f72758a603c5d259785262de2ac55dd2d665 (patch) | |
tree | b063b147a6e2cd09183ce9c1f934bf0fc8d81598 /sys/conf/files | |
parent | 9395dbc69e7e3baa0f995c2aebb4a659a6b99faf (diff) | |
download | FreeBSD-src-e6e4f72758a603c5d259785262de2ac55dd2d665.zip FreeBSD-src-e6e4f72758a603c5d259785262de2ac55dd2d665.tar.gz |
Allow building the NgATM SAAL layer directly into the kernel.
Diffstat (limited to 'sys/conf/files')
-rw-r--r-- | sys/conf/files | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/sys/conf/files b/sys/conf/files index 65ea27d..689d928 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1370,7 +1370,13 @@ netatm/uni/unisig_util.c optional atm_uni atm_core netatm/uni/unisig_vc_state.c optional atm_uni atm_core netgraph/atm/atmpif/ng_atmpif.c optional netgraph_atm_atmpif netgraph/atm/atmpif/ng_atmpif_harp.c optional netgraph_atm_atmpif -netgraph/atm/ng_atm.c optional ngatm_atm +netgraph/atm/ngatmbase.c optional ngatm_atmbase +contrib/ngatm/netnatm/misc/unimsg_common.c optional ngatm_atmbase +netgraph/atm/ng_atm.c optional ngatm_atm +netgraph/atm/sscfu/ng_sscfu.c optional ngatm_sscfu +contrib/ngatm/netnatm/saal/saal_sscfu.c optional ngatm_sscfu +netgraph/atm/sscop/ng_sscop.c optional ngatm_sscop +contrib/ngatm/netnatm/saal/saal_sscop.c optional ngatm_sscop netgraph/ng_UI.c optional netgraph_UI netgraph/ng_async.c optional netgraph_async netgraph/ng_base.c optional netgraph |