diff options
author | Makoto Matsushita <matusita@FreeBSD.org> | 2005-11-26 13:23:43 +0000 |
---|---|---|
committer | Makoto Matsushita <matusita@FreeBSD.org> | 2005-11-26 13:23:43 +0000 |
commit | 47c7de3ef10d5d4a7a6147012f469c94995d475f (patch) | |
tree | beed542e77e2bd67c711c49f44111efbb8d32349 /emulators/vmware-guestd5 | |
parent | 3517637f90b967f990664ebe06d82916af0e44c6 (diff) |
Notes
Diffstat (limited to 'emulators/vmware-guestd5')
-rw-r--r-- | emulators/vmware-guestd5/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/vmware-guestd5/Makefile b/emulators/vmware-guestd5/Makefile index 1b9f80c5157a..8a551f606396 100644 --- a/emulators/vmware-guestd5/Makefile +++ b/emulators/vmware-guestd5/Makefile @@ -234,7 +234,7 @@ do-install: .endif .if defined(WITH_VMWARE_VMXNET) ${MKDIR} ${VMWARE_KMODDIR} - ${INSTALL_PROGRAM} ${WRKDIR}/lib/modules/binary/FreeBSD${VMWARE_VMXNET_PATH} ${VMWARE_KMODDIR} + ${INSTALL_PROGRAM} ${WRKSRC}/lib/modules/binary/FreeBSD${VMWARE_VMXNET_PATH} ${VMWARE_KMODDIR} .endif @${SED} ${RC_SCRIPTS_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} \ ${FILESDIR}/vmware-guestd.sh > ${WRKDIR}/vmware-guestd.sh |