summaryrefslogtreecommitdiffstats
path: root/release/picobsd
diff options
context:
space:
mode:
authorluigi <luigi@FreeBSD.org>2002-08-24 03:54:38 +0000
committerluigi <luigi@FreeBSD.org>2002-08-24 03:54:38 +0000
commitaed4b3d58b66e9ca76769def19dd84863de2a348 (patch)
tree85bba2b237f2e0de6a3d4a33001d0533cbb38255 /release/picobsd
parent0534775ff9eb22765cf8844ec58549e6aa6b7c8e (diff)
downloadFreeBSD-src-aed4b3d58b66e9ca76769def19dd84863de2a348.zip
FreeBSD-src-aed4b3d58b66e9ca76769def19dd84863de2a348.tar.gz
Make this compile again (libgmd now is a port, and remove some
binaries to save space).
Diffstat (limited to 'release/picobsd')
-rw-r--r--release/picobsd/dial/config3
-rw-r--r--release/picobsd/dial/crunch.conf42
2 files changed, 34 insertions, 11 deletions
diff --git a/release/picobsd/dial/config b/release/picobsd/dial/config
index a61704d..73721ac 100644
--- a/release/picobsd/dial/config
+++ b/release/picobsd/dial/config
@@ -1,2 +1,5 @@
+# $FreeBSD$
STAND_LINKS="bin sbin usr/bin usr/sbin usr/libexec"
o_no_devfs="" # we have devfs
+#fd_size=2880
+#import_files="/usr/libexec/ld-elf.so.1 /usr/lib/libc.so.4 /usr/lib/libm.so.2"
diff --git a/release/picobsd/dial/crunch.conf b/release/picobsd/dial/crunch.conf
index 4742047..c02864d 100644
--- a/release/picobsd/dial/crunch.conf
+++ b/release/picobsd/dial/crunch.conf
@@ -1,12 +1,27 @@
# $FreeBSD$
#
-# NOTE1: the string "/usr/src" will be automatically replaced with the
-# correct value set in 'build' script - you should change it there
+# NOTE: This configuration is not very up to date. You may want
+# to check the "bridge" configuration instead.
# Default build options
buildopts -DNOPAM -DRELEASE_CRUNCH -DNOSECURE -DNOCRYPT -DNONETGRAPH -DNOIPSEC
-# other sources
+# The string "/usr/src" will be automatically replaced with the
+# correct value set in 'build' script.
+
+# directories where to look for sources of various binaries.
+# @__CWD__@ is a magic keyword in the picobsd's (Makefile.conf)
+# which is replaced with the picobsd directory.
+srcdirs @__CWD__@/src
+
+# Some programs are especially written for PicoBSD and reside here
+# Make this first in the list so we can override standard programs
+# with the picobsd-specific ones.
+srcdirs /usr/src/release/picobsd/tinyware
+
+#
+# standard locations
+#
srcdirs /usr/src/bin
srcdirs /usr/src/sbin/i386
srcdirs /usr/src/sbin
@@ -15,17 +30,20 @@ srcdirs /usr/src/gnu/usr.bin
srcdirs /usr/src/usr.sbin
srcdirs /usr/src/libexec
-# ns, vm etc...
-srcdirs /usr/src/release/picobsd/tinyware
-
-progs ppp ftp telnet ee gzip less
-#progs ssh
+progs ppp
+progs ee
+progs gzip
+#progs ftp # 38KB
+progs telnet
+#ln minigzip gzip
ln gzip gunzip
ln gzip zcat
ln gzip gzcat
-ln less more
+#progs less # 36KB
+#ln less more
+#progs ssh
-progs sh test kget echo pwd msg stty
+progs sh test echo pwd msg stty
progs hostname cat kill sps vm ns
progs chmod chown help getty
progs cp df fsck ping mv ln traceroute
@@ -43,6 +61,8 @@ ln mount_cd9660 cd9660
ln mount_ext2fs ext2fs
ln chown chgrp
-libs -ll -ledit -lutil -lmd -lcrypt -lftpio -lgnuregex -lmp -lgmp -lm
+libs -ll -ledit -lutil -lmd -lcrypt -lftpio -lgnuregex -lmp -lm
+# you need to install libgmp-freebsd from ports/math
+libs /usr/local/lib/libgmp.a
libs -lncurses -lmytinfo -lipx -lz
libs -ltermcap -lalias
OpenPOWER on IntegriCloud