diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 00:41:11 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 00:41:11 +0000 |
commit | ec7c5b0142aeb3539337db2d501d7b5ecf5e7284 (patch) | |
tree | 8468e5b0da1375397af63a69b7076d0b05b24887 /devel/linux_kdump/Makefile | |
parent | Remove always-false/true conditions based on OSVERSION 500000 (diff) |
Remove always-false/true conditions based on OSVERSION 500000
Diffstat (limited to '')
-rw-r--r-- | devel/linux_kdump/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/devel/linux_kdump/Makefile b/devel/linux_kdump/Makefile index b51807f58847..4d5809e498db 100644 --- a/devel/linux_kdump/Makefile +++ b/devel/linux_kdump/Makefile @@ -24,10 +24,6 @@ PLIST_FILES= bin/linux_kdump .include <bsd.port.pre.mk> -.if ${OSVERSION} < 500000 -USE_GCC= 3.4+ -.endif - .ifndef(SRCDIR) SRCDIR= /usr/src pre-everything:: |