blob: e4188e6baeb96ae4fa91024a72d518788a98bd2d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $NetBSD: Makefile,v 1.18 2000/12/27 23:16:10 hubertf Exp $
#
SUBDIR += inn
SUBDIR += knews
SUBDIR += newscache
SUBDIR += newsfetch
SUBDIR += nn
SUBDIR += nntpcache
SUBDIR += nntpclnt
SUBDIR += slrn
SUBDIR += suck
SUBDIR += tin
SUBDIR += trn
SUBDIR += xrn
.include "../mk/bsd.pkg.subdir.mk"
|