blob: 74fa6e41ff8710b5d61505dbc0fa29348810aff3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# $Id: Makefile,v 1.29 1997/10/13 07:03:30 obrien Exp $
#
SUBDIR += aub
SUBDIR += cnews
SUBDIR += diablo
SUBDIR += dnews
SUBDIR += inn
SUBDIR += knews
SUBDIR += leafnode
SUBDIR += nn
SUBDIR += nntp
SUBDIR += nntpbtr
SUBDIR += nntpcache
SUBDIR += plor
SUBDIR += rkive
SUBDIR += slnr
SUBDIR += slrn
SUBDIR += slurp
SUBDIR += suck
SUBDIR += tin
SUBDIR += trn
SUBDIR += xvnews
.include <bsd.port.subdir.mk>
|