02e8ee6a47
While I'm here, unify category Makefiles to more standard style. (If you have tools depending on the previous form, please fix them.)
19 lines
301 B
Makefile
19 lines
301 B
Makefile
# $NetBSD: Makefile,v 1.19 2001/02/16 15:51:52 wiz Exp $
|
|
#
|
|
|
|
COMMENT= Network news
|
|
|
|
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"
|