blob: 79a8c970793dcfc62ce16a0a474ce510ccfb7c83 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# $Id: Makefile,v 1.20 1997/01/06 15:30:40 peter Exp $
#
SUBDIR += cnews
SUBDIR += inn
SUBDIR += inn-current
SUBDIR += knews
SUBDIR += nn
SUBDIR += nn-current
SUBDIR += nntp
SUBDIR += nntpbtr
SUBDIR += nntpcache
SUBDIR += plor
SUBDIR += rkive
SUBDIR += slnr
SUBDIR += slurp
SUBDIR += suck
SUBDIR += tin
SUBDIR += trn
SUBDIR += xvnews
.include <bsd.port.subdir.mk>
|