Remove unused file

Approved-by: jordan
This commit is contained in:
Luigi Rizzo 2000-02-08 15:04:39 +00:00
parent 25a3a898ca
commit a5e3422574
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=57053

View File

@ -1,36 +0,0 @@
#
# $FreeBSD$
#
SRC?=/usr/src
all: crunch
crunch:
@cat crunch.conf|sed -e "s@/usr/src@${SRC}@" >crunch1.conf
@crunchgen ./crunch1.conf
@${MAKE} -f crunch1.mk -DNOPAM all \
"CFLAGS=${CFLAGS} -DRELEASE_CRUNCH -DCRUNCHED_BINARY -DNOSECURE -DNOCRYPT" #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 <bsd.prog.mk>