diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-10-03 11:45:15 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-10-03 11:45:15 +0000 |
commit | 1f43de46ba5ef8e42d82041a4ae4bbc2a9ccf94f (patch) | |
tree | 653f6411fbf1fe7f4e1117b460c961ac3767eddf /news/Makefile | |
parent | Added spider. (diff) |
Convert all makefiles to new formats.
Diffstat (limited to 'news/Makefile')
-rw-r--r-- | news/Makefile | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/news/Makefile b/news/Makefile index 41adff9bdcfd..85660d6c38d4 100644 --- a/news/Makefile +++ b/news/Makefile @@ -1,12 +1,12 @@ -# $Id: Makefile,v 1.9 1995/07/01 10:08:26 asami Exp $ +# $Id: Makefile,v 1.10 1995/07/15 22:48:36 torstenb Exp $ # - SUBDIR += cnews - SUBDIR += inn - SUBDIR += nn - SUBDIR += nntp - SUBDIR += rkive - SUBDIR += tin - SUBDIR += trn + SUBDIR += cnews + SUBDIR += inn + SUBDIR += nn + SUBDIR += nntp + SUBDIR += rkive + SUBDIR += tin + SUBDIR += trn .include <bsd.port.subdir.mk> |