summaryrefslogtreecommitdiff
path: root/security/skip
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1999-12-29 05:32:39 +0000
committerPeter Wemm <peter@FreeBSD.org>1999-12-29 05:32:39 +0000
commit039a8cc4085aceb7974f5cd501144bed1ee178f6 (patch)
tree7493cf75b15549c39d3344b13ee8720be01e5b64 /security/skip
parentAdd #define _KERNEL around #include of <sys/errno.h> - this is to avoid (diff)
Update the BROKEN message (for -current) to also list _KERNEL as a reason.
Notes
Notes: svn path=/head/; revision=24220
Diffstat (limited to 'security/skip')
-rw-r--r--security/skip/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/skip/Makefile b/security/skip/Makefile
index c3e28c0bcd8c..ba7f8995922f 100644
--- a/security/skip/Makefile
+++ b/security/skip/Makefile
@@ -59,7 +59,7 @@ post-patch:
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 400006
-BROKEN= New character device registration issues
+BROKEN= New character device registration issues and _KERNEL
.endif
.include <bsd.port.post.mk>