1999-08-28 01:35:59 +00:00
|
|
|
# $FreeBSD$
|
1998-08-27 17:38:45 +00:00
|
|
|
#
|
2002-08-24 03:54:38 +00:00
|
|
|
# NOTE: This configuration is not very up to date. You may want
|
|
|
|
# to check the "bridge" configuration instead.
|
1998-08-27 17:38:45 +00:00
|
|
|
|
2000-11-15 14:47:37 +00:00
|
|
|
# Default build options
|
|
|
|
buildopts -DNOPAM -DRELEASE_CRUNCH -DNOSECURE -DNOCRYPT -DNONETGRAPH -DNOIPSEC
|
|
|
|
|
2002-08-24 03:54:38 +00:00
|
|
|
# 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
|
|
|
|
#
|
1998-08-27 17:38:45 +00:00
|
|
|
srcdirs /usr/src/bin
|
|
|
|
srcdirs /usr/src/sbin/i386
|
|
|
|
srcdirs /usr/src/sbin
|
|
|
|
srcdirs /usr/src/usr.bin
|
|
|
|
srcdirs /usr/src/gnu/usr.bin
|
|
|
|
srcdirs /usr/src/usr.sbin
|
|
|
|
srcdirs /usr/src/libexec
|
|
|
|
|
2002-08-24 03:54:38 +00:00
|
|
|
progs ppp
|
|
|
|
progs ee
|
|
|
|
progs gzip
|
|
|
|
#progs ftp # 38KB
|
|
|
|
progs telnet
|
|
|
|
#ln minigzip gzip
|
1998-08-27 17:38:45 +00:00
|
|
|
ln gzip gunzip
|
|
|
|
ln gzip zcat
|
1998-08-31 13:35:39 +00:00
|
|
|
ln gzip gzcat
|
2002-08-24 03:54:38 +00:00
|
|
|
#progs less # 36KB
|
|
|
|
#ln less more
|
|
|
|
#progs ssh
|
1998-08-27 17:38:45 +00:00
|
|
|
|
2002-08-24 03:54:38 +00:00
|
|
|
progs sh test echo pwd msg stty
|
1998-08-27 17:38:45 +00:00
|
|
|
progs hostname cat kill sps vm ns
|
2000-04-25 19:00:08 +00:00
|
|
|
progs chmod chown help getty
|
1998-08-27 17:38:45 +00:00
|
|
|
progs cp df fsck ping mv ln traceroute
|
|
|
|
progs ifconfig kbdcontrol moused
|
2001-06-01 12:06:06 +00:00
|
|
|
progs ls mkdir mount mount_msdosfs mount_cd9660 mount_ext2fs
|
2000-02-08 08:37:50 +00:00
|
|
|
progs rm route sysctl umount reboot
|
1998-08-27 17:38:45 +00:00
|
|
|
progs vidcontrol
|
1999-06-14 15:45:56 +00:00
|
|
|
ln sh -sh
|
1998-08-27 17:38:45 +00:00
|
|
|
ln test [
|
|
|
|
ln sps ps
|
1998-10-25 15:17:24 +00:00
|
|
|
ln msg dmesg
|
1998-08-27 17:38:45 +00:00
|
|
|
ln ns netstat
|
2001-06-01 12:06:06 +00:00
|
|
|
ln mount_msdosfs msdos
|
1998-08-27 17:38:45 +00:00
|
|
|
ln mount_cd9660 cd9660
|
|
|
|
ln mount_ext2fs ext2fs
|
|
|
|
ln chown chgrp
|
|
|
|
|
2002-08-24 03:54:38 +00:00
|
|
|
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
|
1998-08-27 17:38:45 +00:00
|
|
|
libs -lncurses -lmytinfo -lipx -lz
|
2002-04-19 12:39:09 +00:00
|
|
|
libs -ltermcap -lalias
|