diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2003-04-01 05:25:16 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2003-04-01 05:25:16 +0000 |
commit | 1c18ec14f2fadda361b4a42563d9372a3f391cc8 (patch) | |
tree | 09300e741f452be768690338d547e14494673540 /news/suck-cnews | |
parent | - Update to 4.3.2 (diff) |
- Support Makefile.local
Notes
Notes:
svn path=/head/; revision=77897
Diffstat (limited to 'news/suck-cnews')
-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" |