diff options
Diffstat (limited to 'news/cnews/Makefile')
-rw-r--r-- | news/cnews/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/news/cnews/Makefile b/news/cnews/Makefile index 2a1e8a3301fc..e8163a9d6d5e 100644 --- a/news/cnews/Makefile +++ b/news/cnews/Makefile @@ -3,13 +3,14 @@ # Date created: 28 September 1994 # Whom: adam # -# $Id: Makefile,v 1.1.1.1 1994/09/30 15:09:34 adam Exp $ +# $Id: Makefile,v 1.2 1995/01/24 16:43:07 pst Exp $ # DISTNAME= cnews EXTRACT_SUFFIX= .tar.Z DISTFILES= ${DISTNAME}${EXTRACT_SUFFIX} MASTER_SITES= ftp://ftp.zoo.toronto.edu/pub/ +CATEGORIES+= news WRKSRC= ${WRKDIR} MAKEFILE= makefile NEWSSPOOL= /usr/local/newsspool |