29 lines
618 B
Makefile
29 lines
618 B
Makefile
# $OpenBSD: Makefile,v 1.4 1998/04/29 03:54:36 angelos 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 += 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>
|