30 lines
640 B
Makefile
30 lines
640 B
Makefile
# $OpenBSD: Makefile,v 1.5 2000/07/11 10:21:10 espie Exp $
|
|
# $FreeBSD: Makefile,v 1.32 1997/11/16 04:58:09 fenner Exp $
|
|
#
|
|
|
|
SUBDIR += aub
|
|
SUBDIR += cnews
|
|
# SUBDIR += diablo
|
|
# SUBDIR += dnews
|
|
# SUBDIR += inn
|
|
# SUBDIR += knews
|
|
# SUBDIR += ifmail
|
|
SUBDIR += leafnode
|
|
SUBDIR += linleech
|
|
SUBDIR += newsfetch
|
|
# SUBDIR += nn
|
|
# SUBDIR += nntp
|
|
# SUBDIR += nntpbtr
|
|
# 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>
|