From 50260e4988068cf40ee209bae43d7cc4ea83bbfe Mon Sep 17 00:00:00 2001 From: itetcu Date: Wed, 18 Apr 2007 21:20:53 +0000 Subject: Remove 4.x support. PR: 111773 Submitted by: Marcelo Araujo (araujo@bsdmail.org) Approved by: maintainer --- sysutils/kldfind/Makefile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'sysutils/kldfind') diff --git a/sysutils/kldfind/Makefile b/sysutils/kldfind/Makefile index faf1b44e3728..61f97d5754ff 100644 --- a/sysutils/kldfind/Makefile +++ b/sysutils/kldfind/Makefile @@ -26,10 +26,4 @@ do-install: @${ECHO_MSG} "===> Installing man page." ${INSTALL_MAN} ${WRKSRC}/${MAN8} ${MAN8PREFIX}/man/man8/ -.include - -.if ${OSVERSION} < 500000 -BROKEN= Doesn't run on FreeBSD 4.x -.endif - -.include +.include -- cgit