summaryrefslogtreecommitdiff
path: root/emulators/vmware2
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2001-05-01 19:29:50 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2001-05-01 19:29:50 +0000
commit323e64d126deb2f11991c868fc4490a5ae90da89 (patch)
treea3060b2da24d4b463d8074d47b9203dca15f869d /emulators/vmware2
parentAdd a new really well connected MASTER_SITE_SOURCEWARE mirror, remove (diff)
Fix the build on 5-CURRENT by creating dummy bus_if.h and device_if.h.
(Now machine/smp.h seems to include sys/bus.h which demands them)
Notes
Notes: svn path=/head/; revision=42143
Diffstat (limited to 'emulators/vmware2')
-rw-r--r--emulators/vmware2/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/emulators/vmware2/Makefile b/emulators/vmware2/Makefile
index 269e5e6976c6..dfb194f3006e 100644
--- a/emulators/vmware2/Makefile
+++ b/emulators/vmware2/Makefile
@@ -97,6 +97,7 @@ post-patch:
${PERL} -i -pe 's,<sys/select\.h>,<sys/selinfo.h>,' \
${WRKSRC}/vmmon-only/freebsd/*.c
.endif
+ cd ${WRKSRC}/vmmon-only/freebsd && ${TOUCH} bus_if.h device_if.h
setoptions:
${SED} -e 's;@@PREFIX@@;${PREFIX};' \