summaryrefslogtreecommitdiff
path: root/emulators/vmware/scripts/extract
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/vmware/scripts/extract')
-rw-r--r--emulators/vmware/scripts/extract23
1 files changed, 0 insertions, 23 deletions
diff --git a/emulators/vmware/scripts/extract b/emulators/vmware/scripts/extract
deleted file mode 100644
index 7d97cc2d9f09..000000000000
--- a/emulators/vmware/scripts/extract
+++ /dev/null
@@ -1,23 +0,0 @@
-#!/bin/sh
-
-case $1 in
-vmmon*)
- target=vmmon
- ;;
-vmnet*)
- target=vmnet
- ;;
-*)
- echo unknown patch $1
- exit 64
- ;;
-esac
-dir=${WRKSRC}/lib/modules/source
-tar -xf ${dir}/${target}.tar -C ${WRKSRC}
-tar -zxf $1 -C ${WRKSRC}
-if [ $target = vmmon ] ; then
- Makefile=${WRKSRC}/vmmon-only/Makefile
- mv ${Makefile}.FreeBSD $Makefile
-fi
-
-cat ${WRKSRC}/${target}-freebsd.diff