28 lines
613 B
Makefile
28 lines
613 B
Makefile
# $NetBSD: Makefile,v 1.12 1998/10/31 21:12:01 hwr 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 += xrn
|
|
# SUBDIR += xvnews
|
|
|
|
.include "../mk/bsd.pkg.subdir.mk"
|