# # $FreeBSD$ # SRC?=/usr/src all: crunch crunch: @cat crunch.conf|sed -e "s@/usr/src@${SRC}@" >crunch1.conf @sh -c "NOPAM=1; export NOPAM; crunchgen ./crunch1.conf" @${MAKE} -f crunch1.mk -DNOPAM all \ "CFLAGS=${CFLAGS} -DRELEASE_CRUNCH -DCRUNCHED_BINARY -DNOSECURE -DNOCRYPT -DNOYPPASSWD" #2>&1 >/dev/null clean: rm -f *.o *.stub *.lo *_stub.c *.mk \ crunch.cache \ crunch.mk \ crunch.c \ crunch1* \ crunch \ .tmp_* \ *.gz install: cp crunch1 /mnt/stand/crunch chmod 555 /mnt/stand/crunch for i in `crunchgen -l crunch1.conf` ; \ do \ ln /mnt/stand/crunch /mnt/stand/$${i}; \ done rm /mnt/stand/crunch # Install the MIB files #cp mibs/*.txt /mnt/usr/local/share/snmp/mibs/ .include