diff options
Diffstat (limited to 'emulators/vmware2/Makefile')
-rw-r--r-- | emulators/vmware2/Makefile | 1 |
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};' \ |