From 251edb03f832a390fb7214890665cb899368056e Mon Sep 17 00:00:00 2001 From: Juergen Lock Date: Thu, 26 Jul 2007 21:46:30 +0000 Subject: - Remove 4.x cruft PR: ports/114923 Submitted by: David Yeske --- emulators/kqemu-kmod/Makefile | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'emulators/kqemu-kmod/Makefile') 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 -- cgit v1.2.3