aboutsummaryrefslogtreecommitdiff
path: root/release/picobsd/net/crunch1/crunch.conf
diff options
context:
space:
mode:
Diffstat (limited to 'release/picobsd/net/crunch1/crunch.conf')
-rw-r--r--release/picobsd/net/crunch1/crunch.conf56
1 files changed, 56 insertions, 0 deletions
diff --git a/release/picobsd/net/crunch1/crunch.conf b/release/picobsd/net/crunch1/crunch.conf
new file mode 100644
index 000000000000..0cfa3b50fb89
--- /dev/null
+++ b/release/picobsd/net/crunch1/crunch.conf
@@ -0,0 +1,56 @@
+#
+# $Id: crunch.conf,v 1.3 1998/08/02 12:23:45 abial Exp $
+#
+# 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:
+# * 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.
+srcdirs /usr/ports/net/ucd-snmp/work/ucd-snmp-3.3.1
+# 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 stty
+progs inetd telnetd w dmesg kget snmpd
+progs init ifconfig df sps ns vm cat
+progs cp rm mknod chmod chown mkdir ls syslogd
+progs sysctl route pwd_mkdb dev_mkdb
+progs mount mount_msdos umount
+progs kill mount_std natd
+
+progs pwd ppp 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
+# XXX Why? Some bug in crunchgen?
+#ln newfs mfs
+ln mount_msdos msdos
+ln mount_std procfs
+ln mount_std mount_procfs
+ln sps ps
+ln ns netstat
+ln chown chgrp
+
+# For snmpd
+libs /usr/ports/net/ucd-snmp/work/ucd-snmp-3.3.1/snmplib/libsnmp.a
+libs -lncurses -lmytinfo -lipx -lz -lpcap -lalias
+libs -ledit -lutil -lmd -lcrypt -lmp -lgmp -lm -lkvm
+libs -lgnuregex -ltelnet