diff options
| author | Andrzej Bialecki <abial@FreeBSD.org> | 1999-01-19 23:10:34 +0000 |
|---|---|---|
| committer | Andrzej Bialecki <abial@FreeBSD.org> | 1999-01-19 23:10:34 +0000 |
| commit | bc8fb49115d7fe77ca19826b5ec96b02b4ea864d (patch) | |
| tree | 8fac256bb0c4a3ea10dd50bfd8085010ef4d04e1 | |
| parent | 9f63a91c4c775c7bf2a6b427b4a9e6d10a6b48a6 (diff) | |
Notes
| -rw-r--r-- | release/picobsd/isp/crunch1/Makefile | 12 | ||||
| -rw-r--r-- | release/picobsd/isp/crunch1/crunch.conf | 9 |
2 files changed, 9 insertions, 12 deletions
diff --git a/release/picobsd/isp/crunch1/Makefile b/release/picobsd/isp/crunch1/Makefile index a5c69e8af06d..eeb626fad359 100644 --- a/release/picobsd/isp/crunch1/Makefile +++ b/release/picobsd/isp/crunch1/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.2 1998/08/28 08:57:16 abial Exp $ +# $Id: Makefile,v 1.3 1998/10/15 21:40:01 abial Exp $ # SRC?=/usr/src @@ -7,21 +7,17 @@ all: crunch crunch: @if [ ! -f .patched ]; then \ - cat login.diff|(cd /usr/src/usr.bin/login; patch -p0); \ cat passwd.diff|(cd /usr/src/usr.bin/passwd; patch -p0); \ - cat ppp.diff|(cd /usr/src/usr.sbin/ppp; patch -p0); \ touch .patched; \ fi @cat crunch.conf|sed -e "s@/usr/src@${SRC}@" >crunch1.conf @crunchgen ./crunch1.conf - @${MAKE} -f crunch1.mk all \ + @${MAKE} -f crunch1.mk -DNOPAM all \ "CFLAGS=${CFLAGS} -DCRUNCHED_BINARY -DNOSECURE -DNOCRYPT" #2>&1 >/dev/null clean: @if [ -f .patched ]; then \ - cat login.diff|(cd /usr/src/usr.bin/login; patch -R -p0); \ cat passwd.diff|(cd /usr/src/usr.bin/passwd; patch -R -p0); \ - cat ppp.diff|(cd /usr/src/usr.sbin/ppp; patch -R -p0); \ rm .patched; \ fi rm -f *.o *.stub *.lo *_stub.c *.mk \ @@ -42,8 +38,8 @@ install: done rm /mnt/stand/crunch # Install the MIB files - mkdir -p /mnt/usr/local/share/snmp/mibs - cp ../../net/crunch1/mibs/*.txt /mnt/usr/local/share/snmp/mibs/ + #mkdir -p /mnt/usr/local/share/snmp/mibs + #cp ../../net/crunch1/mibs/*.txt /mnt/usr/local/share/snmp/mibs/ .include <bsd.prog.mk> diff --git a/release/picobsd/isp/crunch1/crunch.conf b/release/picobsd/isp/crunch1/crunch.conf index 7418d0b5d23a..2c8e1035d1b8 100644 --- a/release/picobsd/isp/crunch1/crunch.conf +++ b/release/picobsd/isp/crunch1/crunch.conf @@ -1,5 +1,5 @@ # -# $Id: crunch.conf,v 1.3 1998/09/15 07:35:31 abial Exp $ +# $Id: crunch.conf,v 1.4 1998/09/15 11:12:18 abial Exp $ # # NOTE: the string "/usr/src" will be automatically replaced with the # correct value set in 'build' script - you should change it there @@ -16,7 +16,7 @@ srcdirs ../../tinyware # 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.5 +#srcdirs /usr/ports/net/ucd-snmp/work/ucd-snmp-3.5 # other sources srcdirs /usr/src/bin srcdirs /usr/src/sbin/i386 @@ -27,12 +27,13 @@ srcdirs /usr/src/usr.sbin srcdirs /usr/src/libexec progs ash test echo hostname ln login getty -progs inetd telnetd stty w msg kget snmpd natd +progs inetd telnetd stty w msg kget natd 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 +#progs snmpd progs pwd pppd telnet more progs passwd date @@ -54,7 +55,7 @@ ln msg dmesg ln ns netstat # For snmpd -libs /usr/ports/net/ucd-snmp/work/ucd-snmp-3.5/snmplib/libsnmp.a +#libs /usr/ports/net/ucd-snmp/work/ucd-snmp-3.5/snmplib/libsnmp.a libs -ledit -lutil -lmd -lcrypt -lmp -lgmp -lm -lkvm libs -lmytinfo -lipx -lz -lpcap -lalias libs -ltermcap -lgnuregex -ltelnet -lcurses |
