diff options
author | ru <ru@FreeBSD.org> | 2004-12-21 12:44:20 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2004-12-21 12:44:20 +0000 |
commit | 0f51b4223f8cbd52434f4a5bd7ce0a29984e28f9 (patch) | |
tree | d1e14607bf54cb8072d16a6a73a1e387b93c7cbf /share/examples | |
parent | bb6ad7dcac6c5ab163234f968963c2990e8c4d35 (diff) | |
download | FreeBSD-src-0f51b4223f8cbd52434f4a5bd7ce0a29984e28f9.zip FreeBSD-src-0f51b4223f8cbd52434f4a5bd7ce0a29984e28f9.tar.gz |
NOIPSEC -> TRACEROUTE_NO_IPSEC
Diffstat (limited to 'share/examples')
-rw-r--r-- | share/examples/etc/make.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf index dabb650..2cac717 100644 --- a/share/examples/etc/make.conf +++ b/share/examples/etc/make.conf @@ -121,7 +121,6 @@ #NO_INET6= # do not build IPv6 related programs and libraries #NO_INFO= # do not make or install info files #NO_IPFILTER= # do not build IP Filter package -#NOIPSEC= # do not build traceroute(8) with IPSEC support #NO_KERBEROS= # do not build and install Kerberos 5 (KTH Heimdal) #NO_LIBC_R= # do not build libc_r (re-entrant version of libc) #NO_LIBPTHREAD= # do not build libpthread (M:N threading library) @@ -150,6 +149,8 @@ #PPP_NO_RADUIS= # do not build with RADIUS support #PPP_NO_SUID= # build with normal permissions # +#TRACEROUTE_NO_IPSEC= # do not build traceroute(8) with IPSEC support +# # Variables to control whether parts of the base BIND are built. # Defining NO_BIND makes all of the following BIND variables obsolete. # Please see the more detailed descriptions in make.conf(5). |