Deleted Added
sdiff udiff text old ( 84171 ) new ( 84312 )
full compact
1#
2# $FreeBSD: head/release/picobsd/bridge/crunch.conf 84171 2001-09-30 17:38:42Z 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.
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 ---