summaryrefslogtreecommitdiff
path: root/Makefile
blob: 74e802402cad50f4b01c91f10187d0da957ec61c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $Id$

.include <bsd.own.mk>

SUBDIR=	lib btshow btcheck btget 	# xbittorrent

tags:
	ctags -dt *.[ch]

cs:	tags
	ls -1 *.[ch] > cscope.files
	cscope-indexer -v

.PHONY: tags cs

.include <bsd.subdir.mk>