From 7e7c05a5c3d3d2dce237a807fa16d899ce5dec0c Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Wed, 15 Oct 2003 04:59:50 +0000 Subject: BROKEN on 5.x: does not compile --- security/op/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'security/op') diff --git a/security/op/Makefile b/security/op/Makefile index 829ea1013598..a8d2909924a0 100644 --- a/security/op/Makefile +++ b/security/op/Makefile @@ -48,6 +48,12 @@ CONF_FILE= op.access SAMP_SUFX= .sample DOC_FILES= README op.paper +.include + +.if ${OSVERSION} >= 501000 +BROKEN= "Does not compile" +.endif + # Post-extract # @@ -92,4 +98,4 @@ install-doc-files: .endfor .endif -.include +.include -- cgit v1.2.3