1998-08-27 17:38:45 +00:00
|
|
|
#
|
1999-02-12 20:36:13 +00:00
|
|
|
# $Id: crunch.conf,v 1.5 1999/01/19 23:10:34 abial Exp $
|
1998-08-27 17:38:45 +00:00
|
|
|
#
|
|
|
|
# NOTE: the string "/usr/src" will be automatically replaced with the
|
|
|
|
# correct value set in 'build' script - you should change it there
|
|
|
|
|
|
|
|
# sources for kget & vm
|
|
|
|
srcdirs ../../tinyware
|
|
|
|
# sources for ucd-snmp - they must be already patched & configured!
|
|
|
|
# The necessary steps are given below:
|
1998-09-15 11:12:25 +00:00
|
|
|
# * you have to comment out the line with 'CONFIGURE_ARGS' in
|
|
|
|
# /usr/ports/net/ucd-snmp/Makefile - otherwise you'll end up with
|
|
|
|
# shared libsnmp library, and we want a static one.
|
1998-08-27 17:38:45 +00:00
|
|
|
# * you have to symlink subdirectory agent -> snmpd
|
|
|
|
# * you have to properly construct an OBJS variable in snmpd/Makefile:
|
|
|
|
# OBJS=${MIBOBJS} ${AGENTOBJS}
|
|
|
|
# * we install a special version of MIB files - stripped of comments and
|
|
|
|
# descriptions. These MIBs are included here to save you the stripping.
|
1999-01-19 23:10:34 +00:00
|
|
|
#srcdirs /usr/ports/net/ucd-snmp/work/ucd-snmp-3.5
|
1998-08-27 17:38:45 +00:00
|
|
|
# other sources
|
|
|
|
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
|
|
|
|
|
|
|
|
progs ash test echo hostname ln login getty
|
1999-02-12 20:36:13 +00:00
|
|
|
progs inetd telnetd stty w msg kget natd reboot
|
1998-08-27 17:38:45 +00:00
|
|
|
progs init fsck ifconfig df ps ns vm cat
|
|
|
|
progs cp rm mkdir ls chmod chown
|
|
|
|
progs sysctl route swapon pwd_mkdb dev_mkdb
|
|
|
|
progs mount mount_msdos umount comcontrol
|
|
|
|
progs kill mount_std natd
|
1999-01-19 23:10:34 +00:00
|
|
|
#progs snmpd
|
1998-08-27 17:38:45 +00:00
|
|
|
|
|
|
|
progs pwd pppd telnet more
|
|
|
|
progs passwd date
|
|
|
|
progs mount_cd9660 mount_nfs ping traceroute routed ipfw
|
|
|
|
|
|
|
|
ln mount_cd9660 cd9660
|
|
|
|
ln mount_nfs nfs
|
|
|
|
ln test [
|
|
|
|
ln ash -sh
|
|
|
|
ln ash sh
|
|
|
|
#ln newfs mount_mfs
|
|
|
|
ln chown chgrp
|
|
|
|
# XXX Why? Some bug in crunchgen?
|
|
|
|
#ln newfs mfs
|
|
|
|
ln mount_msdos msdos
|
|
|
|
ln mount_std procfs
|
|
|
|
ln mount_std mount_procfs
|
1998-09-15 07:35:58 +00:00
|
|
|
ln msg dmesg
|
1998-08-27 17:38:45 +00:00
|
|
|
ln ns netstat
|
|
|
|
|
|
|
|
# For snmpd
|
1999-01-19 23:10:34 +00:00
|
|
|
#libs /usr/ports/net/ucd-snmp/work/ucd-snmp-3.5/snmplib/libsnmp.a
|
1998-08-27 17:38:45 +00:00
|
|
|
libs -ledit -lutil -lmd -lcrypt -lmp -lgmp -lm -lkvm
|
|
|
|
libs -lmytinfo -lipx -lz -lpcap -lalias
|
|
|
|
libs -ltermcap -lgnuregex -ltelnet -lcurses
|