diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2009-03-27 19:41:49 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2009-03-27 19:41:49 +0000 |
commit | c602617259f4ad1af79278e63c86196402ab8b97 (patch) | |
tree | eea52e2685044937bf43015c87d1635d35ec2a6b /news/cnews/Makefile | |
parent | - fix build with FORCE_MAKE_JOBS (diff) |
- MAKE_JOBS_UNSAFE
Notes
Notes:
svn path=/head/; revision=231134
Diffstat (limited to 'news/cnews/Makefile')
-rw-r--r-- | news/cnews/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/news/cnews/Makefile b/news/cnews/Makefile index 218e9abd96b5..7f9f23b865ce 100644 --- a/news/cnews/Makefile +++ b/news/cnews/Makefile @@ -36,6 +36,8 @@ PATCHFILES= c-news-patch-fileart.c c-news-patch-namelen \ MAINTAINER= dinoex@FreeBSD.org COMMENT= An news server +MAKE_JOBS_UNSAFE= yes + DIST_SUBDIR= ${DISTNAME} NO_WRKSUBDIR= yes MAKEFILE= makefile |