aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--news/Makefile1
-rw-r--r--news/suck-cnews/Makefile13
2 files changed, 14 insertions, 0 deletions
diff --git a/news/Makefile b/news/Makefile
index ec4da446124e..2cdca185f57c 100644
--- a/news/Makefile
+++ b/news/Makefile
@@ -43,6 +43,7 @@
SUBDIR += slrn
SUBDIR += slurp
SUBDIR += suck
+ SUBDIR += suck-cnews
SUBDIR += t-gnus-emacs20
SUBDIR += t-gnus-mule
SUBDIR += t-gnus-xemacs21-mule
diff --git a/news/suck-cnews/Makefile b/news/suck-cnews/Makefile
new file mode 100644
index 000000000000..a5733619604d
--- /dev/null
+++ b/news/suck-cnews/Makefile
@@ -0,0 +1,13 @@
+# New ports collection makefile for: suck (cnews)
+# Date created: 22 May 2001
+# Whom: dirk.meyer@dinoex.sub.org
+#
+# $FreeBSD$
+#
+
+MASTERDIR= ${.CURDIR}/../suck
+
+NEWSBIN?= ${PREFIX}/news/cnewsbin
+NEWSCTL?= ${PREFIX}/news/lib
+
+.include "${MASTERDIR}/Makefile"