diff options
Diffstat (limited to 'news/suck-cnews/Makefile')
-rw-r--r-- | news/suck-cnews/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/news/suck-cnews/Makefile b/news/suck-cnews/Makefile index 0bb353b857cf..dcbf964f724e 100644 --- a/news/suck-cnews/Makefile +++ b/news/suck-cnews/Makefile @@ -6,9 +6,7 @@ MAINTAINER= dinoex@FreeBSD.org MASTERDIR= ${.CURDIR}/../suck -VARBASE?= /var -NEWSBIN?= ${PREFIX}/libexec/cnews -NEWSCTL?= ${VARBASE}/lib/news +OPTIONS_DEFAULT= SSL CNEWS .if exists(${.CURDIR}/Makefile.local) .include "${.CURDIR}/Makefile.local" |