diff options
author | Graham Wilson <graham@mknod.org> | 2004-11-29 20:06:18 +0000 |
---|---|---|
committer | Graham Wilson <graham@mknod.org> | 2004-11-29 20:06:18 +0000 |
commit | e33460aa404d0e95c8673efa3f84ed6286428874 (patch) | |
tree | 8be87bebd447c2d137b1056842525bec9cd29412 /mime64/Makefile | |
parent | fdec8d6cf10bfd061d98d8b790bb71985ed36e3a (diff) | |
download | fetchmail-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/Makefile | 14 |
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 |