diff options
author | Peter Wemm <peter@FreeBSD.org> | 1999-12-29 05:32:39 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 1999-12-29 05:32:39 +0000 |
commit | 039a8cc4085aceb7974f5cd501144bed1ee178f6 (patch) | |
tree | 7493cf75b15549c39d3344b13ee8720be01e5b64 | |
parent | Add #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
-rw-r--r-- | security/skip/Makefile | 2 |
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> |