diff options
Diffstat (limited to 'news/suck-cnews/Makefile')
-rw-r--r-- | news/suck-cnews/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/news/suck-cnews/Makefile b/news/suck-cnews/Makefile index 1495faa38573..69ff72c370a1 100644 --- a/news/suck-cnews/Makefile +++ b/news/suck-cnews/Makefile @@ -10,4 +10,8 @@ MASTERDIR= ${.CURDIR}/../suck NEWSBIN?= ${PREFIX}/libexec/cnews NEWSCTL?= ${PREFIX}/news/lib +.if exists(${.CURDIR}/Makefile.local) +.include "${.CURDIR}/Makefile.local" +.endif + .include "${MASTERDIR}/Makefile" |