diff options
-rw-r--r-- | emulators/kqemu-kmod-devel/Makefile | 10 | ||||
-rw-r--r-- | emulators/kqemu-kmod/Makefile | 10 |
2 files changed, 0 insertions, 20 deletions
diff --git a/emulators/kqemu-kmod-devel/Makefile b/emulators/kqemu-kmod-devel/Makefile index 149a93c741d1..762ed162ecd6 100644 --- a/emulators/kqemu-kmod-devel/Makefile +++ b/emulators/kqemu-kmod-devel/Makefile @@ -34,9 +34,7 @@ PLIST_FILES= "include/kqemu/kqemu.h" PLIST_FILES+= "@dirrm include/kqemu" PLIST_FILES+= "@cwd /" PLIST_FILES+= ${KMODDIR:C,^/,,}/kqemu.ko -.if ${OSVERSION} >= 500000 PLIST_FILES+= "@unexec kldxref ${KMODDIR}" -.endif MAKEFILE= Makefile.freebsd @@ -45,9 +43,7 @@ MAKE_ARGS+= ARCH=x86_64 .endif # install where x11/nvidia-driver does also: -.if ${OSVERSION} >= 500000 KMODDIR= /boot/modules -.endif MAKE_ENV+= KMODDIR="${KMODDIR}" @@ -92,11 +88,5 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/kqemu-doc.html ${WRKSRC}/kqemu-tech.html \ ${DOCSDIR} .endif -.if ${OSVERSION} < 500000 - if [ ! -e /dev/kqemu ]; then\ - mknod /dev/kqemu c 250 0 ; \ - fi - ${CHMOD} 666 /dev/kqemu -.endif .include <bsd.port.post.mk> diff --git a/emulators/kqemu-kmod/Makefile b/emulators/kqemu-kmod/Makefile index 149a93c741d1..762ed162ecd6 100644 --- a/emulators/kqemu-kmod/Makefile +++ b/emulators/kqemu-kmod/Makefile @@ -34,9 +34,7 @@ PLIST_FILES= "include/kqemu/kqemu.h" PLIST_FILES+= "@dirrm include/kqemu" PLIST_FILES+= "@cwd /" PLIST_FILES+= ${KMODDIR:C,^/,,}/kqemu.ko -.if ${OSVERSION} >= 500000 PLIST_FILES+= "@unexec kldxref ${KMODDIR}" -.endif MAKEFILE= Makefile.freebsd @@ -45,9 +43,7 @@ MAKE_ARGS+= ARCH=x86_64 .endif # install where x11/nvidia-driver does also: -.if ${OSVERSION} >= 500000 KMODDIR= /boot/modules -.endif MAKE_ENV+= KMODDIR="${KMODDIR}" @@ -92,11 +88,5 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/kqemu-doc.html ${WRKSRC}/kqemu-tech.html \ ${DOCSDIR} .endif -.if ${OSVERSION} < 500000 - if [ ! -e /dev/kqemu ]; then\ - mknod /dev/kqemu c 250 0 ; \ - fi - ${CHMOD} 666 /dev/kqemu -.endif .include <bsd.port.post.mk> |