aboutsummaryrefslogtreecommitdiffstats
path: root/mime64/Makefile
diff options
context:
space:
mode:
authorGraham Wilson <graham@mknod.org>2004-11-29 20:06:18 +0000
committerGraham Wilson <graham@mknod.org>2004-11-29 20:06:18 +0000
commite33460aa404d0e95c8673efa3f84ed6286428874 (patch)
tree8be87bebd447c2d137b1056842525bec9cd29412 /mime64/Makefile
parentfdec8d6cf10bfd061d98d8b790bb71985ed36e3a (diff)
downloadfetchmail-e33460aa404d0e95c8673efa3f84ed6286428874.tar.gz
fetchmail-e33460aa404d0e95c8673efa3f84ed6286428874.tar.bz2
fetchmail-e33460aa404d0e95c8673efa3f84ed6286428874.zip
Remove some unused cruft from the trunk.
svn path=/trunk/; revision=4014
Diffstat (limited to 'mime64/Makefile')
-rw-r--r--mime64/Makefile14
1 files changed, 0 insertions, 14 deletions
diff --git a/mime64/Makefile b/mime64/Makefile
deleted file mode 100644
index a94322ba..00000000
--- a/mime64/Makefile
+++ /dev/null
@@ -1,14 +0,0 @@
-DESTDIR = /usr/local/bin
-CFLAGS = $G $O $S
-O = -m486 -O2
-S = -s
-G =
-
-mime64: mime64.c
- $(CC) $(CFLAGS) -o $@ $^
-
-install:mime64
- install -s mime64 $(DESTDIR)
-
-clobber:
- rm -f mime64