Deleted Added
full compact
crunch.conf (84171) crunch.conf (84312)
1#
1#
2# $FreeBSD: head/release/picobsd/bridge/crunch.conf 84171 2001-09-30 17:38:42Z luigi $
2# $FreeBSD: head/release/picobsd/bridge/crunch.conf 84312 2001-10-01 17:21:33Z luigi $
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

--- 5 unchanged lines hidden (view full) ---

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 -DNONETGRAPH -DNOIPSEC -DNOINET6
22
23# directories where to look for sources of various binaries.
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

--- 5 unchanged lines hidden (view full) ---

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 -DNONETGRAPH -DNOIPSEC -DNOINET6
22
23# directories where to look for sources of various binaries.
24# Some programs are especially written for PicoBSD and reside here
25# Make this first in the list so we can override standard programs
26# with the picobsd-specific ones.
27srcdirs /usr/src/release/picobsd/tinyware
28# Other places to look.
24srcdirs /usr/src/bin
25srcdirs /usr/src/sbin/i386
26srcdirs /usr/src/sbin
27srcdirs /usr/src/usr.bin
28srcdirs /usr/src/gnu/usr.bin
29srcdirs /usr/src/usr.sbin
30srcdirs /usr/src/libexec
31# Some programs are especially written for PicoBSD and reside here

--- 140 unchanged lines hidden ---
29srcdirs /usr/src/bin
30srcdirs /usr/src/sbin/i386
31srcdirs /usr/src/sbin
32srcdirs /usr/src/usr.bin
33srcdirs /usr/src/gnu/usr.bin
34srcdirs /usr/src/usr.sbin
35srcdirs /usr/src/libexec
36# Some programs are especially written for PicoBSD and reside here

--- 140 unchanged lines hidden ---