summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-10-13 00:01:00 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-10-13 00:01:00 +0000
commit81ffd01a06a33c805b0c5d574fd4642cf053f2c9 (patch)
tree488f889c4bce71dee1fc5be317ac539950fb1dbb /security
parentSomehow the typo in the previous commit didn't make the build fail. Fix it. (diff)
BROKEN on 5.x: does not compile
Notes
Notes: svn path=/head/; revision=90960
Diffstat (limited to 'security')
-rw-r--r--security/sfs/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/security/sfs/Makefile b/security/sfs/Makefile
index eba4ae16a98f..d72aeee1da1b 100644
--- a/security/sfs/Makefile
+++ b/security/sfs/Makefile
@@ -36,6 +36,10 @@ CONFIGURE_ARGS+=--with-gmp=${PREFIX}
CONFIGURE_ARGS+=--with-gmp=/usr
.endif
+.if ${OSVERSION} > 501000
+BROKEN= Does not compile
+.endif
+
MAN1= \
dirsearch.1 \
newaid.1 \