summaryrefslogtreecommitdiff
path: root/emulators/qemu-devel/files/BSDmakefile
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2005-07-19 06:06:56 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2005-07-19 06:06:56 +0000
commit675507535ee6ffade695abb73cb656ff5320624a (patch)
treeeeded6806a7cf06933f710b8a7032af9c2dac342 /emulators/qemu-devel/files/BSDmakefile
parentChase dbus update to 0.35.2 by update plist. (diff)
Update to 20050717 snapshot, short ChangeLog:
Merge /dev/kqemu cloning support to kmod_bsd.c (Craig Boston), Giant-lock kqemu (Bakul Shah), Utilize BSDMakefile to compile kqemu.ko, and cosmetic change (Norikatsu Shigemura) See more info in ports/83691 for full ChangeLog. PR: ports/83691 Submitted by: Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
Notes
Notes: svn path=/head/; revision=139576
Diffstat (limited to 'emulators/qemu-devel/files/BSDmakefile')
-rw-r--r--emulators/qemu-devel/files/BSDmakefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/emulators/qemu-devel/files/BSDmakefile b/emulators/qemu-devel/files/BSDmakefile
new file mode 100644
index 000000000000..41be88583cda
--- /dev/null
+++ b/emulators/qemu-devel/files/BSDmakefile
@@ -0,0 +1,9 @@
+KMOD= kqemu
+SRCS= kmod_bsd.c
+OBJS= kqemu-mod-i386.o
+.if ${OSVERSION} >= 500000
+CC= cc
+.endif
+WERROR=
+
+.include <bsd.kmod.mk>