diff options
author | Juergen Lock <nox@FreeBSD.org> | 2007-07-26 21:46:30 +0000 |
---|---|---|
committer | Juergen Lock <nox@FreeBSD.org> | 2007-07-26 21:46:30 +0000 |
commit | 251edb03f832a390fb7214890665cb899368056e (patch) | |
tree | 32fcce01ffb458a9596d1013f9961d97fb7e83dc /emulators/kqemu-kmod/Makefile | |
parent | d6057ce168b93ca9c3635901a86c4f772b578cb4 (diff) |
Notes
Diffstat (limited to 'emulators/kqemu-kmod/Makefile')
-rw-r--r-- | emulators/kqemu-kmod/Makefile | 10 |
1 files changed, 0 insertions, 10 deletions
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> |