From 28f944ed9a17c098001c1c2465d48be21c19415c Mon Sep 17 00:00:00 2001 From: itetcu Date: Wed, 18 Apr 2007 19:53:57 +0000 Subject: Remove 4.x support. PR: ports/111769 Submitted by: Marcelo Araujo (araujo@bsdmail.org) Approved by: maintainer --- sysutils/endian/Makefile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'sysutils') diff --git a/sysutils/endian/Makefile b/sysutils/endian/Makefile index 0100e548f0b1..e8b79914cb93 100644 --- a/sysutils/endian/Makefile +++ b/sysutils/endian/Makefile @@ -18,10 +18,4 @@ MAN1= endian.1 PLIST_FILES= bin/endian -.include - -.if ${OSVERSION} < 500000 -BROKEN= Does not compile on 4.x -.endif - -.include +.include -- cgit