Deleted Added
full compact
crunch.conf (95047) crunch.conf (102344)
1#
1#
2# $FreeBSD: head/release/picobsd/bridge/crunch.conf 95047 2002-04-19 12:39:09Z ru $
2# $FreeBSD: head/release/picobsd/bridge/crunch.conf 102344 2002-08-24 03:33:31Z 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# @__CWD__@ is a magic keyword in the picobsd's (Makefile.conf)
25# which is replaced with the picobsd directory.
26srcdirs @__CWD__@/src
27
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# Some programs are especially written for PicoBSD and reside here
29# Make this first in the list so we can override standard programs
30# with the picobsd-specific ones.
31srcdirs /usr/src/release/picobsd/tinyware
28# Other places to look.
32
33#
34# standard locations
35#
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#

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

80ln test [
81progs hostname # 0KB.
82progs login # 4KB.
83progs getty # 4KB.
84progs stty # 4KB.
85progs w # 0KB.
86progs msg # 0KB.
87ln msg dmesg
36srcdirs /usr/src/bin
37srcdirs /usr/src/sbin/i386
38srcdirs /usr/src/sbin
39srcdirs /usr/src/usr.bin
40srcdirs /usr/src/gnu/usr.bin
41srcdirs /usr/src/usr.sbin
42srcdirs /usr/src/libexec
43#

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

87ln test [
88progs hostname # 0KB.
89progs login # 4KB.
90progs getty # 4KB.
91progs stty # 4KB.
92progs w # 0KB.
93progs msg # 0KB.
94ln msg dmesg
88progs kget # 0KB.
89progs reboot # 0KB.
90#progs less # 36KB
91#ln less more
92#progs more # 12KB
93special more srcdir /usr/ports/misc/44bsd-more/work
94
95progs sysctl
96progs swapon # 0KB.

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

155#progs inetd # 12KB.
156#progs telnet # 20KB.
157#progs telnetd # 12KB.
158#progs ftp # 28KB.
159#progs tar # 32KB.
160
161# Check the ssh license! If you want to use this,
162# go to /usr/ports/security/ssh-picobsd, do a make extract configure
95progs reboot # 0KB.
96#progs less # 36KB
97#ln less more
98#progs more # 12KB
99special more srcdir /usr/ports/misc/44bsd-more/work
100
101progs sysctl
102progs swapon # 0KB.

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

161#progs inetd # 12KB.
162#progs telnet # 20KB.
163#progs telnetd # 12KB.
164#progs ftp # 28KB.
165#progs tar # 32KB.
166
167# Check the ssh license! If you want to use this,
168# go to /usr/ports/security/ssh-picobsd, do a make extract configure
169# You also need to install /usr/ports/math/libgmp-freebsd
163progs sshd # includes ssh and scp
164special sshd objvar SSHD_OBJS
165special sshd srcdir /usr/ports/picobsd/ssh-picobsd/work/ssh-1.2.27
166special sshd objdir /usr/ports/picobsd/ssh-picobsd/work/ssh-1.2.27
167ln sshd ssh
168ln sshd ssh1
169ln sshd scp
170
171### ee uses ncurses instead of curses
170progs sshd # includes ssh and scp
171special sshd objvar SSHD_OBJS
172special sshd srcdir /usr/ports/picobsd/ssh-picobsd/work/ssh-1.2.27
173special sshd objdir /usr/ports/picobsd/ssh-picobsd/work/ssh-1.2.27
174ln sshd ssh
175ln sshd ssh1
176ln sshd scp
177
178### ee uses ncurses instead of curses
172libs -ledit -lutil -lmd -lcrypt -lmp -lgmp -lm -lkvm
179libs -ledit -lutil -lmd -lcrypt -lmp -lm -lkvm
180libs /usr/local/lib/libgmp.a
173libs -lmytinfo -lipx -lz -lpcap -lwrap
174libs -ltermcap -lgnuregex # -lcurses
181libs -lmytinfo -lipx -lz -lpcap -lwrap
182libs -ltermcap -lgnuregex # -lcurses