blob: 520b10cac3066379b8b5e4645ba1e094a61c6bc8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# $Id: Makefile,v 1.19 1996/11/26 08:55:20 asami Exp $
#
SUBDIR += cnews
SUBDIR += inn
SUBDIR += inn-current
SUBDIR += knews
SUBDIR += nn
SUBDIR += nn-current
SUBDIR += nntp
SUBDIR += nntpbtr
SUBDIR += nntpcache
SUBDIR += rkive
SUBDIR += slnr
SUBDIR += slurp
SUBDIR += suck
SUBDIR += tin
SUBDIR += trn
SUBDIR += xvnews
.include <bsd.port.subdir.mk>
|