diff options
author | asami <asami@FreeBSD.org> | 1995-07-01 18:08:26 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-07-01 18:08:26 +0800 |
commit | eea2e9983befdbc81386bd5610091fa70b61735c (patch) | |
tree | 6b1c023d7cf98deda6b8f660c4a234423c096152 /news | |
parent | f52c15dd3f358690d0be823397555d132942b646 (diff) | |
download | freebsd-ports-gnome-eea2e9983befdbc81386bd5610091fa70b61735c.tar.gz freebsd-ports-gnome-eea2e9983befdbc81386bd5610091fa70b61735c.tar.zst freebsd-ports-gnome-eea2e9983befdbc81386bd5610091fa70b61735c.zip |
Add tin, convert Makefile along the way.
Diffstat (limited to 'news')
-rw-r--r-- | news/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/news/Makefile b/news/Makefile index 324e4fa6328b..fb3f1ae95714 100644 --- a/news/Makefile +++ b/news/Makefile @@ -1,6 +1,11 @@ -# $Id: Makefile,v 1.7 1995/05/13 09:18:11 asami Exp $ +# $Id: Makefile,v 1.8 1995/05/14 03:29:54 asami Exp $ # -SUBDIR= cnews inn nn nntp trn + SUBDIR += cnews + SUBDIR += inn + SUBDIR += nn + SUBDIR += nntp + SUBDIR += tin + SUBDIR += trn .include <bsd.port.subdir.mk> |