diff options
author | Graham Wilson <graham@mknod.org> | 2004-08-31 20:27:25 +0000 |
---|---|---|
committer | Graham Wilson <graham@mknod.org> | 2004-08-31 20:27:25 +0000 |
commit | 1c7088b39c97fcb16ff58ad3d555188e20a9b5e6 (patch) | |
tree | c9f3348d9b2bae996033211960e1db3895cf578a /libntlm-0.21/test/Makefile | |
parent | e523fa65c317997a0bc40d65e78eaefd72ccbcb0 (diff) | |
download | fetchmail-1c7088b39c97fcb16ff58ad3d555188e20a9b5e6.tar.gz fetchmail-1c7088b39c97fcb16ff58ad3d555188e20a9b5e6.tar.bz2 fetchmail-1c7088b39c97fcb16ff58ad3d555188e20a9b5e6.zip |
Remove libntlm-0.21, as the top-level directory contains the same files.
svn path=/trunk/; revision=3936
Diffstat (limited to 'libntlm-0.21/test/Makefile')
-rw-r--r-- | libntlm-0.21/test/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/libntlm-0.21/test/Makefile b/libntlm-0.21/test/Makefile deleted file mode 100644 index d99dcb09..00000000 --- a/libntlm-0.21/test/Makefile +++ /dev/null @@ -1,6 +0,0 @@ -dumper: dumper.c getargs.o - gcc -g -I.. -o dumper dumper.c getargs.o ../libntlm.a - -clean: - rm -f *.a *.o dumper *.bak *~ \#*\# - |