diff options
author | luigi <luigi@FreeBSD.org> | 2002-08-24 03:33:31 +0000 |
---|---|---|
committer | luigi <luigi@FreeBSD.org> | 2002-08-24 03:33:31 +0000 |
commit | 0534775ff9eb22765cf8844ec58549e6aa6b7c8e (patch) | |
tree | eeb262cab54483aa7a19a3d47f9b640ea402af0b /release | |
parent | 84a4209b100e8d9ccfe7b3d1799f0a3262c09866 (diff) | |
download | FreeBSD-src-0534775ff9eb22765cf8844ec58549e6aa6b7c8e.zip FreeBSD-src-0534775ff9eb22765cf8844ec58549e6aa6b7c8e.tar.gz |
Mention the special pathname @__CWD__@
Modify entry for libgmd (used by ssh) now that it is not part of the
base system anymore.
Diffstat (limited to 'release')
-rw-r--r-- | release/picobsd/bridge/crunch.conf | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/release/picobsd/bridge/crunch.conf b/release/picobsd/bridge/crunch.conf index c61810e..f247c74 100644 --- a/release/picobsd/bridge/crunch.conf +++ b/release/picobsd/bridge/crunch.conf @@ -21,11 +21,18 @@ buildopts -DNOPAM -DRELEASE_CRUNCH -DNONETGRAPH -DNOIPSEC -DNOINET6 # 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 -# Other places to look. + +# +# standard locations +# srcdirs /usr/src/bin srcdirs /usr/src/sbin/i386 srcdirs /usr/src/sbin @@ -85,7 +92,6 @@ progs stty # 4KB. progs w # 0KB. progs msg # 0KB. ln msg dmesg -progs kget # 0KB. progs reboot # 0KB. #progs less # 36KB #ln less more @@ -160,6 +166,7 @@ ln mount_std mount_procfs # Check the ssh license! If you want to use this, # go to /usr/ports/security/ssh-picobsd, do a make extract configure +# You also need to install /usr/ports/math/libgmp-freebsd progs sshd # includes ssh and scp special sshd objvar SSHD_OBJS special sshd srcdir /usr/ports/picobsd/ssh-picobsd/work/ssh-1.2.27 @@ -169,6 +176,7 @@ ln sshd ssh1 ln sshd scp ### ee uses ncurses instead of curses -libs -ledit -lutil -lmd -lcrypt -lmp -lgmp -lm -lkvm +libs -ledit -lutil -lmd -lcrypt -lmp -lm -lkvm +libs /usr/local/lib/libgmp.a libs -lmytinfo -lipx -lz -lpcap -lwrap libs -ltermcap -lgnuregex # -lcurses |