Mention the special pathname @__CWD__@
Modify entry for libgmd (used by ssh) now that it is not part of the base system anymore.
This commit is contained in:
parent
6e44c1a6e4
commit
606d3b3cd7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user