summaryrefslogtreecommitdiff
path: root/emulators/vmware_xf4mod
diff options
context:
space:
mode:
authorNick Sayer <nsayer@FreeBSD.org>2001-03-08 19:04:51 +0000
committerNick Sayer <nsayer@FreeBSD.org>2001-03-08 19:04:51 +0000
commitebc6e01c4e6459da29013be7ceb82794bf0877c9 (patch)
tree9dbc310f1585c357f38abf82ba3fd90eed7cecf6 /emulators/vmware_xf4mod
parentupdate to 2.11. (diff)
Don't strip the module or it won't work
Notes
Notes: svn path=/head/; revision=39279
Diffstat (limited to 'emulators/vmware_xf4mod')
-rw-r--r--emulators/vmware_xf4mod/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/vmware_xf4mod/Makefile b/emulators/vmware_xf4mod/Makefile
index fb0b94a21762..6f2f3f2784e8 100644
--- a/emulators/vmware_xf4mod/Makefile
+++ b/emulators/vmware_xf4mod/Makefile
@@ -29,6 +29,6 @@ do-extract:
${CP} ${DISTDIR}/${DISTNAME} ${WRKSRC}
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/${DISTNAME} ${PREFIX}/lib/modules/drivers
+ ${INSTALL_DATA} ${WRKSRC}/${DISTNAME} ${PREFIX}/lib/modules/drivers
.include <bsd.port.mk>