diff options
author | hubertf <hubertf@pkgsrc.org> | 1997-10-27 04:51:39 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1997-10-27 04:51:39 +0000 |
commit | 6650b62e45fa1c9e58c5c2a08345b22432889953 (patch) | |
tree | 753888b60a1844e26eff7474aa304d77054fc467 /news/Makefile | |
parent | 4f3fa3c94581b5621caccd8c8a9749b076dc0a8f (diff) | |
download | pkgsrc-6650b62e45fa1c9e58c5c2a08345b22432889953.tar.gz |
get everything in
Diffstat (limited to 'news/Makefile')
-rw-r--r-- | news/Makefile | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/news/Makefile b/news/Makefile new file mode 100644 index 00000000000..a27739eaefa --- /dev/null +++ b/news/Makefile @@ -0,0 +1,26 @@ +# $NetBSD: Makefile,v 1.1.1.1 1997/10/27 05:16:48 hubertf 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 += nntpcache + SUBDIR += plor + SUBDIR += rkive + SUBDIR += slnr + SUBDIR += slrn + SUBDIR += slurp + SUBDIR += suck + SUBDIR += tin + SUBDIR += trn + SUBDIR += xvnews + +.include <bsd.port.subdir.mk> |