Attach ng_nat and libalias to build.

This commit is contained in:
Gleb Smirnoff 2005-05-06 14:47:54 +00:00
parent a181e79248
commit 6cd047a0bb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=145965
3 changed files with 6 additions and 0 deletions

View File

@ -478,6 +478,9 @@ options NETSMBCRYPTO #encrypted password support for SMB
# mchain library. It can be either loaded as KLD or compiled into kernel
options LIBMCHAIN
# libalias library, performing NAT
options LIBALIAS
# altq(9). Enable the base part of the hooks with the ALTQ option.
# Individual disciplines must be built into the base system and can not be
# loaded as modules at this point. In order to build a SMP kernel you must
@ -532,6 +535,7 @@ options NETGRAPH_LMI
#options NETGRAPH_MPPC_COMPRESSION
options NETGRAPH_MPPC_ENCRYPTION
options NETGRAPH_NETFLOW
options NETGRAPH_NAT
options NETGRAPH_ONE2MANY
options NETGRAPH_PPP
options NETGRAPH_PPPOE

View File

@ -125,6 +125,7 @@ SUBDIR= ${_3dfx} \
joy \
kue \
lge \
libalias \
libiconv \
libmbpool \
libmchain \

View File

@ -26,6 +26,7 @@ SUBDIR= async \
l2tp \
lmi \
${_mppc} \
nat \
netflow \
netgraph \
one2many \