Deleted Added
full compact
crunch.conf (155140) crunch.conf (156905)
1#
1#
2# $FreeBSD: head/release/picobsd/bridge/crunch.conf 155140 2006-01-31 20:36:01Z luigi $
2# $FreeBSD: head/release/picobsd/bridge/crunch.conf 156905 2006-03-20 14:24:58Z 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#
21buildopts -DNO_PAM -DRELEASE_CRUNCH -DPPP_NO_NETGRAPH -DTRACEROUTE_NO_IPSEC -DNO_INET6
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 -DNO_PAM -DRELEASE_CRUNCH -DPPP_NO_NETGRAPH -DTRACEROUTE_NO_IPSEC -DNO_INET6
22buildopts -DWITHOUT_IPX
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

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

174ln sshd ssh1
175ln sshd scp
176#libs /usr/local/lib/libgmp.a
177
178libs -ll # used by sh
179libs -lufs # used by mount
180### ee uses ncurses instead of curses
181libs -ledit -lutil -lmd -lcrypt -lmp -lm -lkvm
23
24# directories where to look for sources of various binaries.
25# @__CWD__@ is a magic keyword in the picobsd's (Makefile.conf)
26# which is replaced with the picobsd directory.
27srcdirs @__CWD__@/src
28
29# Some programs are especially written for PicoBSD and reside here
30# Make this first in the list so we can override standard programs

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

175ln sshd ssh1
176ln sshd scp
177#libs /usr/local/lib/libgmp.a
178
179libs -ll # used by sh
180libs -lufs # used by mount
181### ee uses ncurses instead of curses
182libs -ledit -lutil -lmd -lcrypt -lmp -lm -lkvm
182libs -lmytinfo -lipx -lz -lpcap -lwrap
183libs -lmytinfo -lz -lpcap -lwrap
183libs -ltermcap -lgnuregex # -lcurses
184libs -lgeom
184libs -ltermcap -lgnuregex # -lcurses
185libs -lgeom