blob: 2af86bfb2784fc0d7f1e6078dbf45cd5e066d25d (
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
|
# $Id: Makefile,v 1.32 1997/11/16 04:58:09 fenner 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 += plor
SUBDIR += rkive
SUBDIR += slnr
SUBDIR += slrn
SUBDIR += slurp
SUBDIR += suck
SUBDIR += tin
SUBDIR += trn
SUBDIR += unpost
SUBDIR += xvnews
.include <bsd.port.subdir.mk>
|