blob: a27739eaefa392b59cb86a12bfcd8805c0b624f0 (
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
|
# $NetBSD: Makefile,v 1.1.1.1 1997/10/27 05:16:48 hubertf Exp $
# FreeBSD Id: Makefile,v 1.28 1997/06/27 23:02:54 brian 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>
|