aboutsummaryrefslogtreecommitdiff
path: root/emulators/vmware2/files/vmnet-only+Makefile.patch
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/vmware2/files/vmnet-only+Makefile.patch')
-rw-r--r--emulators/vmware2/files/vmnet-only+Makefile.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/emulators/vmware2/files/vmnet-only+Makefile.patch b/emulators/vmware2/files/vmnet-only+Makefile.patch
deleted file mode 100644
index 066deb2fac00..000000000000
--- a/emulators/vmware2/files/vmnet-only+Makefile.patch
+++ /dev/null
@@ -1,18 +0,0 @@
---- vmnet-only/freebsd/Makefile.orig Sun Apr 13 11:38:03 2003
-+++ vmnet-only/freebsd/Makefile Sun Apr 13 11:38:47 2003
-@@ -63,15 +63,5 @@
- echo -n >/dev/${IFACE}
- -ifconfig ${IFACE} inet ${IFADDR} netmask 255.255.255.0
-
--afterinstall: device
--
--device:
-- rm -f /dev/${DEVNAME}*
-- ln -s /dev/${DEVNAME}0 /dev/${DEVNAME}
-- for d in ${NDEVICES}; do \
-- mknod /dev/${DEVNAME}$$d c ${CDEV_MAJOR} `expr 65536 + $$d`; \
-- done
--
--
- .include <bsd.kmod.mk>
-