diff options
author | ru <ru@FreeBSD.org> | 2004-12-21 10:49:29 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2004-12-21 10:49:29 +0000 |
commit | 5c04306fea28785632e3975355c1de290b84d0d5 (patch) | |
tree | 89a40f7c173c6b1d806a55aabbfb302e1bef918c /release | |
parent | f6f82226303669a0913de71310950aeae884084b (diff) | |
download | FreeBSD-src-5c04306fea28785632e3975355c1de290b84d0d5.zip FreeBSD-src-5c04306fea28785632e3975355c1de290b84d0d5.tar.gz |
NOINET6 -> NO_INET6
Diffstat (limited to 'release')
-rw-r--r-- | release/picobsd/bridge/crunch.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/release/picobsd/bridge/crunch.conf b/release/picobsd/bridge/crunch.conf index f681057..7da433a 100644 --- a/release/picobsd/bridge/crunch.conf +++ b/release/picobsd/bridge/crunch.conf @@ -18,7 +18,7 @@ # Default build options. Basically tell the Makefiles which understand # that to use the most compact possible version of the code. # -buildopts -DNOPAM -DRELEASE_CRUNCH -DNONETGRAPH -DNOIPSEC -DNOINET6 +buildopts -DNOPAM -DRELEASE_CRUNCH -DNONETGRAPH -DNOIPSEC -DNO_INET6 # directories where to look for sources of various binaries. # @__CWD__@ is a magic keyword in the picobsd's (Makefile.conf) |