diff options
author | uebayasi <uebayasi@pkgsrc.org> | 2002-10-02 05:28:36 +0000 |
---|---|---|
committer | uebayasi <uebayasi@pkgsrc.org> | 2002-10-02 05:28:36 +0000 |
commit | 0bc2c4d60f3b14f1b8ef27e3556b80659398385f (patch) | |
tree | cd49b458a70a485f98a13affd44e577d99487ab6 /emulators/vmware-module/Makefile | |
parent | 3cd6c726ddfcf885db85542338b7a9f2fb669908 (diff) | |
download | pkgsrc-0bc2c4d60f3b14f1b8ef27e3556b80659398385f.tar.gz |
Deal with LKM incompatibility introduced by gehenna-devsw merge.
Patch supplied by Maekawa-san <gehhena at netbsd dot org> as PR#18337.
Diffstat (limited to 'emulators/vmware-module/Makefile')
-rw-r--r-- | emulators/vmware-module/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/vmware-module/Makefile b/emulators/vmware-module/Makefile index 99cd1b726bb..7578e86e765 100644 --- a/emulators/vmware-module/Makefile +++ b/emulators/vmware-module/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2002/03/04 19:41:07 fredb Exp $ +# $NetBSD: Makefile,v 1.5 2002/10/02 05:28:36 uebayasi Exp $ DISTNAME= vmware-netbsd-1.0 PKGNAME= vmware-module-1.0 +PKGREVISION= 1 CATEGORIES= emulators MASTER_SITES= # empty EXTRACT_SUFX= .tgz |