diff options
Diffstat (limited to 'emulators/vmware/Makefile')
-rw-r--r-- | emulators/vmware/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/vmware/Makefile b/emulators/vmware/Makefile index e818310856b..ffb2f1fac87 100644 --- a/emulators/vmware/Makefile +++ b/emulators/vmware/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2003/07/17 21:36:21 grant Exp $ +# $NetBSD: Makefile,v 1.8 2003/09/18 16:25:31 jmmv Exp $ DISTNAME= VMware-2.0.4-1142 PKGNAME= vmware-2.0.4 @@ -80,5 +80,5 @@ post-install: ${ECHO} "vmnet1.HostOnlyNetMask = \"255.255.255.0\""; \ ) > ${VMWARE_CFG_DIR}/config -.include "../suse_linux/Makefile.application" +.include "../../emulators/suse_linux/Makefile.application" .include "../../mk/bsd.pkg.mk" |