blob: 0175c576f43a9e11dd2a2f102f12eb111ca772ad (
plain) (
blame)
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.27 1997/06/02 19:55:11 jfitz Exp $
#
SUBDIR += cnews
SUBDIR += diablo
SUBDIR += dnews
SUBDIR += inn
SUBDIR += knews
SUBDIR += leafnode
SUBDIR += nn
SUBDIR += nn-current
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>
|