Deleted Added
full compact
crunch.conf (139125) crunch.conf (139126)
1#
1#
2# $FreeBSD: head/release/picobsd/bridge/crunch.conf 139125 2004-12-21 12:44:20Z ru $
2# $FreeBSD: head/release/picobsd/bridge/crunch.conf 139126 2004-12-21 12:49:24Z ru $
3#
4# configuration file for "bridge" floppy.
5# Depending on your needs, almost surely you will need to
6# modify your configuration to add/remove/change programs used in
7# the floppy image. Remember that some programs also require
8# matching kernel options to enable device drivers etc.
9#
10# Next to most of the programs i have tried to indicate the approximate
11# space consumed, but beware that these values change from release
12# to release, and might depend on the presence of other programs which
13# share the same libraries.
14#
15# NOTE: the string "/usr/src" will be automatically replaced with the
16# correct value set in 'build' script - you should change it there
17
18# Default build options. Basically tell the Makefiles which understand
19# that to use the most compact possible version of the code.
20#
3#
4# configuration file for "bridge" floppy.
5# Depending on your needs, almost surely you will need to
6# modify your configuration to add/remove/change programs used in
7# the floppy image. Remember that some programs also require
8# matching kernel options to enable device drivers etc.
9#
10# Next to most of the programs i have tried to indicate the approximate
11# space consumed, but beware that these values change from release
12# to release, and might depend on the presence of other programs which
13# share the same libraries.
14#
15# NOTE: the string "/usr/src" will be automatically replaced with the
16# correct value set in 'build' script - you should change it there
17
18# Default build options. Basically tell the Makefiles which understand
19# that to use the most compact possible version of the code.
20#
21buildopts -DNOPAM -DRELEASE_CRUNCH -DPPP_NO_NETGRAPH -DPPP_NO_PAM -DTRACEROUTE_NO_IPSEC -DNO_INET6
21buildopts -DNO_PAM -DRELEASE_CRUNCH -DPPP_NO_NETGRAPH -DTRACEROUTE_NO_IPSEC -DNO_INET6
22
23# directories where to look for sources of various binaries.
24# @__CWD__@ is a magic keyword in the picobsd's (Makefile.conf)
25# which is replaced with the picobsd directory.
26srcdirs @__CWD__@/src
27
28# Some programs are especially written for PicoBSD and reside here
29# Make this first in the list so we can override standard programs

--- 154 unchanged lines hidden ---
22
23# directories where to look for sources of various binaries.
24# @__CWD__@ is a magic keyword in the picobsd's (Makefile.conf)
25# which is replaced with the picobsd directory.
26srcdirs @__CWD__@/src
27
28# Some programs are especially written for PicoBSD and reside here
29# Make this first in the list so we can override standard programs

--- 154 unchanged lines hidden ---