aboutsummaryrefslogtreecommitdiff
path: root/emulators/kqemu-kmod-devel
diff options
context:
space:
mode:
authorJuergen Lock <nox@FreeBSD.org>2007-07-26 21:46:30 +0000
committerJuergen Lock <nox@FreeBSD.org>2007-07-26 21:46:30 +0000
commit251edb03f832a390fb7214890665cb899368056e (patch)
tree32fcce01ffb458a9596d1013f9961d97fb7e83dc /emulators/kqemu-kmod-devel
parentd6057ce168b93ca9c3635901a86c4f772b578cb4 (diff)
downloadports-251edb03f832a390fb7214890665cb899368056e.tar.gz
ports-251edb03f832a390fb7214890665cb899368056e.zip
- Remove 4.x cruft
PR: ports/114923 Submitted by: David Yeske <dyeske@gmail.com>
Notes
Notes: svn path=/head/; revision=196345
Diffstat (limited to 'emulators/kqemu-kmod-devel')
-rw-r--r--emulators/kqemu-kmod-devel/Makefile10
1 files changed, 0 insertions, 10 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>