diff options
author | asami <asami@FreeBSD.org> | 1995-10-03 19:45:15 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-10-03 19:45:15 +0800 |
commit | 3b0a0d13baed38ad5c20a1070b273c4d97ded219 (patch) | |
tree | 72aa00670740ea6ae0367286f97a98c3ed61f59c /news/Makefile | |
parent | 9fa7040edc6ac61b45719260a2ffe58365fb9960 (diff) | |
download | freebsd-ports-gnome-3b0a0d13baed38ad5c20a1070b273c4d97ded219.tar.gz freebsd-ports-gnome-3b0a0d13baed38ad5c20a1070b273c4d97ded219.tar.zst freebsd-ports-gnome-3b0a0d13baed38ad5c20a1070b273c4d97ded219.zip |
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> |