Make this compile again (libgmd now is a port, and remove some
binaries to save space).
This commit is contained in:
parent
606d3b3cd7
commit
79a19533fb
@ -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"
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user