diff options
-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, 9 insertions, 3 deletions
diff --git a/news/inn-current/Makefile b/news/inn-current/Makefile index dcc95ae74ffd..80baf28f93ea 100644 --- a/news/inn-current/Makefile +++ b/news/inn-current/Makefile @@ -3,7 +3,7 @@ # Date created: 20 Oct 1994 (1.4), 18 Dec 1996 (1.5.1) # Whom: torstenb # -# $Id: Makefile,v 1.21 1996/12/08 05:13:24 max Exp $ +# $Id: Makefile,v 1.22 1996/12/18 23:32:10 torstenb Exp $ # DISTNAME= inn-1.5.1 @@ -22,6 +22,8 @@ PGPVERIFY?= DONT USE_TCL?= DO USE_PERL5?= DONT +SCRIPTS_ENV+= PGPVERIFY=${PGPVERIFY} USE_TCL=${USE_TCL} USE_PERL5=${USE_PERL5} + NO_PACKAGE= "Too many compile-time options" MAN1= convdate.1 getlist.1 grephistory.1 inews.1 innconfval.1 installit.1 \ nntpget.1 rnews.1 shlock.1 shrinkfile.1 subst.1 diff --git a/news/inn-stable/Makefile b/news/inn-stable/Makefile index dcc95ae74ffd..80baf28f93ea 100644 --- a/news/inn-stable/Makefile +++ b/news/inn-stable/Makefile @@ -3,7 +3,7 @@ # Date created: 20 Oct 1994 (1.4), 18 Dec 1996 (1.5.1) # Whom: torstenb # -# $Id: Makefile,v 1.21 1996/12/08 05:13:24 max Exp $ +# $Id: Makefile,v 1.22 1996/12/18 23:32:10 torstenb Exp $ # DISTNAME= inn-1.5.1 @@ -22,6 +22,8 @@ PGPVERIFY?= DONT USE_TCL?= DO USE_PERL5?= DONT +SCRIPTS_ENV+= PGPVERIFY=${PGPVERIFY} USE_TCL=${USE_TCL} USE_PERL5=${USE_PERL5} + NO_PACKAGE= "Too many compile-time options" MAN1= convdate.1 getlist.1 grephistory.1 inews.1 innconfval.1 installit.1 \ nntpget.1 rnews.1 shlock.1 shrinkfile.1 subst.1 diff --git a/news/inn/Makefile b/news/inn/Makefile index dcc95ae74ffd..80baf28f93ea 100644 --- a/news/inn/Makefile +++ b/news/inn/Makefile @@ -3,7 +3,7 @@ # Date created: 20 Oct 1994 (1.4), 18 Dec 1996 (1.5.1) # Whom: torstenb # -# $Id: Makefile,v 1.21 1996/12/08 05:13:24 max Exp $ +# $Id: Makefile,v 1.22 1996/12/18 23:32:10 torstenb Exp $ # DISTNAME= inn-1.5.1 @@ -22,6 +22,8 @@ PGPVERIFY?= DONT USE_TCL?= DO USE_PERL5?= DONT +SCRIPTS_ENV+= PGPVERIFY=${PGPVERIFY} USE_TCL=${USE_TCL} USE_PERL5=${USE_PERL5} + NO_PACKAGE= "Too many compile-time options" MAN1= convdate.1 getlist.1 grephistory.1 inews.1 innconfval.1 installit.1 \ nntpget.1 rnews.1 shlock.1 shrinkfile.1 subst.1 |