diff options
Diffstat (limited to 'sysutils/mono-kmod/Makefile')
-rw-r--r-- | sysutils/mono-kmod/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sysutils/mono-kmod/Makefile b/sysutils/mono-kmod/Makefile index 1be599837501..1849d94b38ff 100644 --- a/sysutils/mono-kmod/Makefile +++ b/sysutils/mono-kmod/Makefile @@ -31,10 +31,6 @@ PLIST_FILES+= "@unexec kldxref ${KMODDIR}" .include <bsd.port.pre.mk> -.if ${OSVERSION} < 600009 -IGNORE= requires FreeBSD 6.0 or higher -.endif - .if !exists(${SRC_BASE}/sys/Makefile) IGNORE= requires kernel source to be installed .endif |