diff options
| author | Satoshi Asami <asami@FreeBSD.org> | 1995-07-01 10:08:26 +0000 |
|---|---|---|
| committer | Satoshi Asami <asami@FreeBSD.org> | 1995-07-01 10:08:26 +0000 |
| commit | ee12f980acefb3fed6994c59885b387e4a44700e (patch) | |
| tree | b0dc874d42939fe8f38ebefa28b8f80765507039 | |
| parent | 224de7fb769c14df6517dff8e7da3860fc757010 (diff) | |
Add tin, convert Makefile along the way.
| -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> |
