From 390824965052cc70180f9260020ce05f7bac73b3 Mon Sep 17 00:00:00 2001 From: edwin Date: Thu, 4 Oct 2007 02:10:52 +0000 Subject: Remove always-false/true conditions based on OSVERSION 500000 --- net/passlogd/Makefile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'net/passlogd') diff --git a/net/passlogd/Makefile b/net/passlogd/Makefile index cb4cb1656586..d894aa112b67 100644 --- a/net/passlogd/Makefile +++ b/net/passlogd/Makefile @@ -21,10 +21,4 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/passlogd ${PREFIX}/sbin -.include - -.if ${OSVERSION} < 500000 -BROKEN= Does not compile on 4.x -.endif - -.include +.include -- cgit