diff options
author | Nick Sayer <nsayer@FreeBSD.org> | 2001-03-08 19:04:51 +0000 |
---|---|---|
committer | Nick Sayer <nsayer@FreeBSD.org> | 2001-03-08 19:04:51 +0000 |
commit | ebc6e01c4e6459da29013be7ceb82794bf0877c9 (patch) | |
tree | 9dbc310f1585c357f38abf82ba3fd90eed7cecf6 /emulators | |
parent | update 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')
-rw-r--r-- | emulators/vmware_xf4mod/Makefile | 2 |
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> |