aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-07-01 10:08:26 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-07-01 10:08:26 +0000
commitee12f980acefb3fed6994c59885b387e4a44700e (patch)
treeb0dc874d42939fe8f38ebefa28b8f80765507039
parent224de7fb769c14df6517dff8e7da3860fc757010 (diff)
Add tin, convert Makefile along the way.
-rw-r--r--news/Makefile9
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>