# 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
	;

