blob: 678a6f537e6d0187965e603c23749436944de537 (
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
26
27
28
29
30
31
|
# $Id: Makefile,v 1.35 1998/05/04 15:11:23 mph Exp $
#
SUBDIR += aub
SUBDIR += cnews
SUBDIR += diablo
SUBDIR += dnews
SUBDIR += inn
SUBDIR += knews
SUBDIR += ifmail
SUBDIR += leafnode
SUBDIR += newsfetch
SUBDIR += nn
SUBDIR += nntp
SUBDIR += nntpbtr
SUBDIR += nntpcache
SUBDIR += p5-News-Article
SUBDIR += p5-Gateway
SUBDIR += plor
SUBDIR += rkive
SUBDIR += slnr
SUBDIR += slrn
SUBDIR += slurp
SUBDIR += suck
SUBDIR += tin
SUBDIR += trn
SUBDIR += unpost
SUBDIR += xmitbin
SUBDIR += xvnews
.include <bsd.port.subdir.mk>
|