From 8ef21a396d8627cdfced24744c2bacb7cb0c9453 Mon Sep 17 00:00:00 2001 From: pav Date: Tue, 6 Jan 2009 17:59:31 +0000 Subject: - Remove conditional checks for FreeBSD 5.x and older --- sysutils/gpte/Makefile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'sysutils/gpte') diff --git a/sysutils/gpte/Makefile b/sysutils/gpte/Makefile index 744eb18d01ff..68d0e7ca3440 100644 --- a/sysutils/gpte/Makefile +++ b/sysutils/gpte/Makefile @@ -20,10 +20,4 @@ PLIST_FILES= bin/gpte post-extract: cd $(WRKSRC) && ${CP} Makefile.bsd Makefile -.include - -.if $(OSVERSION) < 502000 -IGNORE= Only for 5.x and later systems -.endif - -.include +.include -- cgit