diff options
author | Torsten Blum <torstenb@FreeBSD.org> | 1994-10-23 02:38:20 +0000 |
---|---|---|
committer | Torsten Blum <torstenb@FreeBSD.org> | 1994-10-23 02:38:20 +0000 |
commit | a49d38e85d543e97dd5cf1e644e492ad6d4132e0 (patch) | |
tree | a5ec8f3e9ae982b95f684a79c5317345581898e8 /news/Makefile | |
parent | Reviewed by: (diff) |
Reviewed by:
Submitted by:
Obtained from:
Add inn
Notes
Notes:
svn path=/head/; revision=275
Diffstat (limited to 'news/Makefile')
-rw-r--r-- | news/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/news/Makefile b/news/Makefile index 82ada23e8102..209a5680cd37 100644 --- a/news/Makefile +++ b/news/Makefile @@ -1,5 +1,5 @@ -# $Id: Makefile,v 1.2 1994/10/03 12:23:28 adam Exp $ +# $Id: Makefile,v 1.3 1994/10/22 09:31:40 smace Exp $ # -SUBDIR= cnews nn nntp trn +SUBDIR= cnews nn nntp trn inn .include <bsd.port.subdir.mk> |