summaryrefslogtreecommitdiff
path: root/lib/Makefile
diff options
context:
space:
mode:
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>