diff options
| author | Eitan Adler <eadler@FreeBSD.org> | 2012-09-26 13:17:47 +0000 | 
|---|---|---|
| committer | Eitan Adler <eadler@FreeBSD.org> | 2012-09-26 13:17:47 +0000 | 
| commit | 4f978988d10bb73aca4f421192eb1bdeaa824609 (patch) | |
| tree | 76d971e2b7d9904d5ae0e3daf7a57aede0f60e67 | |
| parent | - Update to 5.72 (diff) | |
Mark as unsafe when force-make-jobs is set
Approved by:	lwhsu (maintainer)
Notes
Notes:
    svn path=/head/; revision=304910
| -rw-r--r-- | devel/splint/Makefile | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/splint/Makefile b/devel/splint/Makefile index b665513382cc..14cb19ed5179 100644 --- a/devel/splint/Makefile +++ b/devel/splint/Makefile @@ -16,6 +16,7 @@ COMMENT=	A tool for statically checking sourcecode for security vulnerabilities  USE_GMAKE=	yes  GNU_CONFIGURE=	yes +MAKE_JOBS_UNSAFE=	yes  MAN1=		splint.1  | 
