From 531c1e9dbd3190327603645ec4a4ee39027960b0 Mon Sep 17 00:00:00 2001 From: miwi Date: Sun, 6 Nov 2011 16:36:34 +0000 Subject: - Get rid FreeBSD 6.X support --- comms/uarduno/Makefile | 4 ---- 1 file changed, 4 deletions(-) (limited to 'comms/uarduno') diff --git a/comms/uarduno/Makefile b/comms/uarduno/Makefile index ca41501cccb5..fe1fbf3379e6 100644 --- a/comms/uarduno/Makefile +++ b/comms/uarduno/Makefile @@ -43,10 +43,6 @@ CFLAGS+= -DKERNELVER=${OSVERSION} .include -.if ${OSVERSION} < 700000 -BROKEN= not tested for earlier than 7.x, probably won't build -.endif - .if ${OSVERSION} < 800000 # Simple check for 7.x kernel source (find usb.c) .if ! exists(${SRCPREFIX}/sys/dev/usb/usb.c) -- cgit