blob: 9d18e7078fb3e57a156e8606c9ec74bd23d33a13 (
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
|
# $NetBSD: Makefile,v 1.4 1998/03/25 19:56:13 tv 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 += nntpclnt
# 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>
|