From c15dcc04b7c4685bb35af173fa4af967edfa8391 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sat, 7 May 2005 03:14:06 +0000 Subject: BROKEN on 4.x: Does not compile --- security/sudosh/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'security/sudosh') diff --git a/security/sudosh/Makefile b/security/sudosh/Makefile index 5da81d8fed6d..37d3b05de559 100644 --- a/security/sudosh/Makefile +++ b/security/sudosh/Makefile @@ -32,4 +32,10 @@ CONFIGURE_ENV= LDFLAGS="-lutil" MAN1= sudosh.1 MAN8= sudosh-replay.8 -.include +.include + +.if ${OSVERSION} < 500000 +BROKEN= "Does not compile on FreeBSD 4.x" +.endif + +.include -- cgit v1.2.3