summaryrefslogtreecommitdiff
path: root/lib/Makefile
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2008-11-13 16:17:55 +0000
committerDimitri Sokolyuk <demon@dim13.org>2008-11-13 16:17:55 +0000
commit51b913eb2ff91adfe8cd5e417759a6057c5a8a21 (patch)
tree95c550a91c9111de2f65b3c86ee0c81fef8f5398 /lib/Makefile
XBitTorrent
Diffstat (limited to 'lib/Makefile')
-rw-r--r--lib/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/lib/Makefile b/lib/Makefile
new file mode 100644
index 0000000..8fbfd71
--- /dev/null
+++ b/lib/Makefile
@@ -0,0 +1,16 @@
+# $Id$
+
+LIB= xbt
+SRCS= bencode.c \
+ context.c \
+ files.c \
+ meta.c \
+ peer.c \
+ tools.c \
+ tracker.c
+# netio.c
+NOMAN= yes
+NOPROFILE= yes
+NOPIC= yes
+
+.include <bsd.lib.mk>