diff options
author | peter <peter@FreeBSD.org> | 1999-12-29 05:32:39 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1999-12-29 05:32:39 +0000 |
commit | 51a78a704ba23b3384e82614b703a9042961aac4 (patch) | |
tree | fae5097e6f3beea1ba7e13e86d35035fcf6dbba7 /security/skip | |
parent | b6208c478357ae49f6a660846ad1a19471b69325 (diff) | |
download | FreeBSD-ports-51a78a704ba23b3384e82614b703a9042961aac4.zip FreeBSD-ports-51a78a704ba23b3384e82614b703a9042961aac4.tar.gz |
Update the BROKEN message (for -current) to also list _KERNEL as a reason.
Diffstat (limited to 'security/skip')
-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 c3e28c0..ba7f899 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> |