diff options
Diffstat (limited to 'devel/linux-kmod-compat/Makefile')
-rw-r--r-- | devel/linux-kmod-compat/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/devel/linux-kmod-compat/Makefile b/devel/linux-kmod-compat/Makefile index c413f9bf2ed3..b12d7f35d4ca 100644 --- a/devel/linux-kmod-compat/Makefile +++ b/devel/linux-kmod-compat/Makefile @@ -16,12 +16,6 @@ COMMENT= Adaptation layer to build linux drivers on FreeBSD WRKSRC= ${WRKDIR}/linux_compat NO_BUILD= yes -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 602100 -IGNORE= requires a recent USB stack, not present in ${OSVERSION} -.endif - # Here is where install most things except the .mk file MY_DST= ${DATADIR}/linux_compat MY_MK= bsd.linux_kmod.mk @@ -53,4 +47,4 @@ do-install: post-install: @${CAT} ${PKGMESSAGE} -.include <bsd.port.post.mk> +.include <bsd.port.mk> |