blob: f4e120d39dd576bcdd9646681087bce6363194ef (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# $NetBSD: Makefile,v 1.22 2001/09/27 06:48:18 perry Exp $
#
COMMENT= Network news
#SUBDIR+= gnus
SUBDIR+= inn
SUBDIR+= knews
SUBDIR+= newscache
SUBDIR+= newsfetch
SUBDIR+= nn
SUBDIR+= nntpcache
SUBDIR+= nntpclnt
SUBDIR+= pan
SUBDIR+= slrn
SUBDIR+= suck
SUBDIR+= tin
SUBDIR+= trn
SUBDIR+= xrn
.include "../mk/bsd.pkg.subdir.mk"
|