blob: 8fbfd714fc23b20ea785ea0c5427c9b59aa9e3d2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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>
|