diff options
author | asami <asami@FreeBSD.org> | 1997-11-09 10:16:01 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-11-09 10:16:01 +0000 |
commit | 7cee38baebacb88f8f31abe0b5a4f9a9ad8e0a23 (patch) | |
tree | 140904a536a24d2257ecb55d381b03c562dd7bb3 | |
parent | 7c25f4ed016a562e9b57fadb6b40baf683fe23a0 (diff) | |
download | FreeBSD-ports-7cee38baebacb88f8f31abe0b5a4f9a9ad8e0a23.zip FreeBSD-ports-7cee38baebacb88f8f31abe0b5a4f9a9ad8e0a23.tar.gz |
Add newsfetch.
Forgotten by: itojun
Found by: make checksubdirs (to be committed soon)
-rw-r--r-- | news/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/news/Makefile b/news/Makefile index 74fa6e4..b73d548 100644 --- a/news/Makefile +++ b/news/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.29 1997/10/13 07:03:30 obrien Exp $ +# $Id: Makefile,v 1.30 1997/10/30 01:19:19 jseger Exp $ # SUBDIR += aub @@ -8,6 +8,7 @@ SUBDIR += inn SUBDIR += knews SUBDIR += leafnode + SUBDIR += newsfetch SUBDIR += nn SUBDIR += nntp SUBDIR += nntpbtr |