diff options
author | Masafumi Max NAKANE <max@FreeBSD.org> | 1996-12-08 05:13:24 +0000 |
---|---|---|
committer | Masafumi Max NAKANE <max@FreeBSD.org> | 1996-12-08 05:13:24 +0000 |
commit | 40c0995b4014e7ba5029bb4349aa9ed48d3b6da7 (patch) | |
tree | da61bb4b7bafa5252622486d3e9f6903e17ae62c | |
parent | mkdir -> ${MKDIR} (diff) |
Ooops, there was a backslash missing for continuing line.
Notes
Notes:
svn path=/head/; revision=4887
-rw-r--r-- | news/inn-current/Makefile | 4 | ||||
-rw-r--r-- | news/inn-stable/Makefile | 4 | ||||
-rw-r--r-- | news/inn/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/news/inn-current/Makefile b/news/inn-current/Makefile index d6608e61a663..5863858f07af 100644 --- a/news/inn-current/Makefile +++ b/news/inn-current/Makefile @@ -3,7 +3,7 @@ # Date created: 20 Oct 1994 # Whom: torstenb # -# $Id: Makefile,v 1.19 1996/12/08 01:45:08 max Exp $ +# $Id: Makefile,v 1.20 1996/12/08 05:08:58 max Exp $ # DISTNAME= inn1.4sec @@ -26,7 +26,7 @@ MAN5= active.5 control.ctl.5 expire.ctl.5 history.5 hosts.nntp.5 \ inn.conf.5 innwatch.ctl.5 moderators.5 newsfeeds.5 newslog.5 \ nnrp.access.5 nntpsend.ctl.5 overview.fmt.5 distrib.pats.5 \ passwd.nntp.5 -MAN8= archive.8 batcher.8 buffchan.8 ctlinnd.8 cvtbatch.8 expire.8 +MAN8= archive.8 batcher.8 buffchan.8 ctlinnd.8 cvtbatch.8 expire.8 \ expireover.8 fastrm.8 filechan.8 innd.8 innxmit.8 news-recovery.8 \ news.daily.8 newslog.8 nnrpd.8 nntpsend.8 overchan.8 prunehistory.8 diff --git a/news/inn-stable/Makefile b/news/inn-stable/Makefile index d6608e61a663..5863858f07af 100644 --- a/news/inn-stable/Makefile +++ b/news/inn-stable/Makefile @@ -3,7 +3,7 @@ # Date created: 20 Oct 1994 # Whom: torstenb # -# $Id: Makefile,v 1.19 1996/12/08 01:45:08 max Exp $ +# $Id: Makefile,v 1.20 1996/12/08 05:08:58 max Exp $ # DISTNAME= inn1.4sec @@ -26,7 +26,7 @@ MAN5= active.5 control.ctl.5 expire.ctl.5 history.5 hosts.nntp.5 \ inn.conf.5 innwatch.ctl.5 moderators.5 newsfeeds.5 newslog.5 \ nnrp.access.5 nntpsend.ctl.5 overview.fmt.5 distrib.pats.5 \ passwd.nntp.5 -MAN8= archive.8 batcher.8 buffchan.8 ctlinnd.8 cvtbatch.8 expire.8 +MAN8= archive.8 batcher.8 buffchan.8 ctlinnd.8 cvtbatch.8 expire.8 \ expireover.8 fastrm.8 filechan.8 innd.8 innxmit.8 news-recovery.8 \ news.daily.8 newslog.8 nnrpd.8 nntpsend.8 overchan.8 prunehistory.8 diff --git a/news/inn/Makefile b/news/inn/Makefile index d6608e61a663..5863858f07af 100644 --- a/news/inn/Makefile +++ b/news/inn/Makefile @@ -3,7 +3,7 @@ # Date created: 20 Oct 1994 # Whom: torstenb # -# $Id: Makefile,v 1.19 1996/12/08 01:45:08 max Exp $ +# $Id: Makefile,v 1.20 1996/12/08 05:08:58 max Exp $ # DISTNAME= inn1.4sec @@ -26,7 +26,7 @@ MAN5= active.5 control.ctl.5 expire.ctl.5 history.5 hosts.nntp.5 \ inn.conf.5 innwatch.ctl.5 moderators.5 newsfeeds.5 newslog.5 \ nnrp.access.5 nntpsend.ctl.5 overview.fmt.5 distrib.pats.5 \ passwd.nntp.5 -MAN8= archive.8 batcher.8 buffchan.8 ctlinnd.8 cvtbatch.8 expire.8 +MAN8= archive.8 batcher.8 buffchan.8 ctlinnd.8 cvtbatch.8 expire.8 \ expireover.8 fastrm.8 filechan.8 innd.8 innxmit.8 news-recovery.8 \ news.daily.8 newslog.8 nnrpd.8 nntpsend.8 overchan.8 prunehistory.8 |