aboutsummaryrefslogtreecommitdiff
path: root/pkg/proto/vol/mkpkg
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/proto/vol/mkpkg')
-rw-r--r--pkg/proto/vol/mkpkg21
1 files changed, 21 insertions, 0 deletions
diff --git a/pkg/proto/vol/mkpkg b/pkg/proto/vol/mkpkg
new file mode 100644
index 00000000..bcd5e283
--- /dev/null
+++ b/pkg/proto/vol/mkpkg
@@ -0,0 +1,21 @@
+# MKPKG file for the VOL Package
+
+$call update
+$exit
+
+update:
+ $call update@src
+
+ $ifeq (HOSTID, vms) $purge [...] $endif
+ ;
+
+relink:
+ $call relink@src
+
+ $ifeq (HOSTID, vms) $purge [...] $endif
+ ;
+
+install:
+ $call install@src
+ ;
+